Lines Matching refs:cxhdl
116 szimage = cx->cxhdl.height * 720 * 3 / 2;
118 szimage = cx->cxhdl.height * 720 * 2;
163 size = cx->cxhdl.height * 720 * 3 / 2;
165 size = cx->cxhdl.height * 720 * 2;
279 s->vb_bytes_per_frame = cx->cxhdl.height * 720 * 3 / 2;
749 s->mdl_size = 720 * s->cx->cxhdl.height * 3 / 2;
751 s->mdl_size = 720 * s->cx->cxhdl.height * 2;
798 cx->dualwatch_stereo_mode = v4l2_ctrl_g_ctrl(cx->cxhdl.audio_mode);
888 cx->cxhdl.priv = s;
889 cx2341x_handler_setup(&cx->cxhdl);
895 if (!cx->cxhdl.video_mute &&
898 (v4l2_ctrl_g_ctrl(cx->cxhdl.video_mute_yuv) << 8) | 1);
915 cx2341x_handler_set_busy(&cx->cxhdl, 1);
1014 cx2341x_handler_set_busy(&cx->cxhdl, 0);