Lines Matching refs:cxhdl
201 *size = 2 * cx->cxhdl.width * cx->cxhdl.height; in buffer_setup()
224 cx->cxhdl.width, cx->cxhdl.height, field); in buffer_prepare()
307 s->vb_bytes_per_frame = cx->cxhdl.height * 720 * 3 / 2; in cx18_stream_init()
753 s->mdl_size = 720 * s->cx->cxhdl.height * 3 / 2; in cx18_stream_configure_mdls()
755 s->mdl_size = 720 * s->cx->cxhdl.height * 2; in cx18_stream_configure_mdls()
802 cx->dualwatch_stereo_mode = v4l2_ctrl_g_ctrl(cx->cxhdl.audio_mode); in cx18_start_v4l2_encode_stream()
892 cx->cxhdl.priv = s; in cx18_start_v4l2_encode_stream()
893 cx2341x_handler_setup(&cx->cxhdl); in cx18_start_v4l2_encode_stream()
899 if (!cx->cxhdl.video_mute && in cx18_start_v4l2_encode_stream()
902 (v4l2_ctrl_g_ctrl(cx->cxhdl.video_mute_yuv) << 8) | 1); in cx18_start_v4l2_encode_stream()
919 cx2341x_handler_set_busy(&cx->cxhdl, 1); in cx18_start_v4l2_encode_stream()
1018 cx2341x_handler_set_busy(&cx->cxhdl, 0); in cx18_stop_v4l2_encode_stream()