Lines Matching refs:cxhdl
187 *size = 2 * cx->cxhdl.width * cx->cxhdl.height; in buffer_setup()
210 cx->cxhdl.width, cx->cxhdl.height, field); in buffer_prepare()
291 s->vb_bytes_per_frame = cx->cxhdl.height * 720 * 3 / 2; in cx18_stream_init()
737 s->mdl_size = 720 * s->cx->cxhdl.height * 3 / 2; in cx18_stream_configure_mdls()
739 s->mdl_size = 720 * s->cx->cxhdl.height * 2; in cx18_stream_configure_mdls()
786 cx->dualwatch_stereo_mode = v4l2_ctrl_g_ctrl(cx->cxhdl.audio_mode); in cx18_start_v4l2_encode_stream()
876 cx->cxhdl.priv = s; in cx18_start_v4l2_encode_stream()
877 cx2341x_handler_setup(&cx->cxhdl); in cx18_start_v4l2_encode_stream()
883 if (!cx->cxhdl.video_mute && in cx18_start_v4l2_encode_stream()
886 (v4l2_ctrl_g_ctrl(cx->cxhdl.video_mute_yuv) << 8) | 1); in cx18_start_v4l2_encode_stream()
903 cx2341x_handler_set_busy(&cx->cxhdl, 1); in cx18_start_v4l2_encode_stream()
1002 cx2341x_handler_set_busy(&cx->cxhdl, 0); in cx18_stop_v4l2_encode_stream()