Lines Matching refs:video_encoding
246 .video_encoding = V4L2_MPEG_VIDEO_ENCODING_MPEG_2,
310 ctrl->value = params->video_encoding; in cx2341x_get_ctrl()
467 if (params->video_encoding == V4L2_MPEG_VIDEO_ENCODING_MPEG_1 && in cx2341x_set_ctrl()
495 params->video_encoding = in cx2341x_set_ctrl()
500 if (params->video_encoding == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) in cx2341x_set_ctrl()
726 params->video_encoding == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) in cx2341x_ctrl_query()
1062 if (force || NEQ(width) || NEQ(height) || NEQ(video_encoding)) { in cx2341x_update()
1066 if (new->video_encoding == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) { in cx2341x_update()
1186 int is_mpeg1 = p->video_encoding == V4L2_MPEG_VIDEO_ENCODING_MPEG_1; in cx2341x_log_status()
1321 hdl->video_encoding->val = in cx2341x_try_ctrl()
1326 if (hdl->video_encoding->val == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) in cx2341x_try_ctrl()
1446 hdl->video_encoding->val != V4L2_MPEG_VIDEO_ENCODING_MPEG_1); in cx2341x_s_ctrl()
1449 if (cx2341x_neq(hdl->video_encoding) && in cx2341x_s_ctrl()
1451 return hdl->ops->s_video_encoding(hdl, hdl->video_encoding->val); in cx2341x_s_ctrl()
1611 cxhdl->video_encoding = cx2341x_ctrl_new_menu(hdl, in cx2341x_handler_init()
1733 if (v4l2_ctrl_g_ctrl(cxhdl->video_encoding) == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) { in cx2341x_handler_setup()