Lines Matching refs:video_encoding
242 .video_encoding = V4L2_MPEG_VIDEO_ENCODING_MPEG_2,
306 ctrl->value = params->video_encoding; in cx2341x_get_ctrl()
463 if (params->video_encoding == V4L2_MPEG_VIDEO_ENCODING_MPEG_1 && in cx2341x_set_ctrl()
491 params->video_encoding = in cx2341x_set_ctrl()
496 if (params->video_encoding == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) in cx2341x_set_ctrl()
722 params->video_encoding == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) in cx2341x_ctrl_query()
1058 if (force || NEQ(width) || NEQ(height) || NEQ(video_encoding)) { in cx2341x_update()
1062 if (new->video_encoding == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) { in cx2341x_update()
1182 int is_mpeg1 = p->video_encoding == V4L2_MPEG_VIDEO_ENCODING_MPEG_1; in cx2341x_log_status()
1317 hdl->video_encoding->val = in cx2341x_try_ctrl()
1322 if (hdl->video_encoding->val == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) in cx2341x_try_ctrl()
1442 hdl->video_encoding->val != V4L2_MPEG_VIDEO_ENCODING_MPEG_1); in cx2341x_s_ctrl()
1445 if (cx2341x_neq(hdl->video_encoding) && in cx2341x_s_ctrl()
1447 return hdl->ops->s_video_encoding(hdl, hdl->video_encoding->val); in cx2341x_s_ctrl()
1607 cxhdl->video_encoding = cx2341x_ctrl_new_menu(hdl, in cx2341x_handler_init()
1729 if (v4l2_ctrl_g_ctrl(cxhdl->video_encoding) == V4L2_MPEG_VIDEO_ENCODING_MPEG_1) { in cx2341x_handler_setup()