Searched refs:V4L2_DEC_CMD_PAUSE_TO_BLACK (Results 1 – 2 of 2) sorted by relevance
289 dc->flags &= V4L2_DEC_CMD_PAUSE_TO_BLACK; in ivtv_video_command()297 (dc->flags & V4L2_DEC_CMD_PAUSE_TO_BLACK) ? 1 : 0); in ivtv_video_command()
1673 #define V4L2_DEC_CMD_PAUSE_TO_BLACK (1 << 0) macro