Home
last modified time | relevance | path

Searched refs:cxhdl (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/pci/cx18/
H A Dcx18-streams.c117 szimage = cx->cxhdl.height * 720 * 3 / 2; in cx18_queue_setup()
119 szimage = cx->cxhdl.height * 720 * 2; in cx18_queue_setup()
164 size = cx->cxhdl.height * 720 * 3 / 2; in cx18_buf_prepare()
166 size = cx->cxhdl.height * 720 * 2; in cx18_buf_prepare()
278 s->vb_bytes_per_frame = cx->cxhdl.height * 720 * 3 / 2; in cx18_stream_init()
748 s->mdl_size = 720 * s->cx->cxhdl.height * 3 / 2; in cx18_stream_configure_mdls()
750 s->mdl_size = 720 * s->cx->cxhdl.height * 2; in cx18_stream_configure_mdls()
797 cx->dualwatch_stereo_mode = v4l2_ctrl_g_ctrl(cx->cxhdl.audio_mode); in cx18_start_v4l2_encode_stream()
887 cx->cxhdl.priv = s; in cx18_start_v4l2_encode_stream()
888 cx2341x_handler_setup(&cx->cxhdl); in cx18_start_v4l2_encode_stream()
[all …]
H A Dcx18-ioctl.c60 pixfmt->width = cx->cxhdl.width; in cx18_g_fmt_vid_cap()
61 pixfmt->height = cx->cxhdl.height; in cx18_g_fmt_vid_cap()
139 if (cx->cxhdl.width == w && cx->cxhdl.height == h && in cx18_s_fmt_vid_cap()
150 format.format.width = cx->cxhdl.width = w; in cx18_s_fmt_vid_cap()
151 format.format.height = cx->cxhdl.height = h; in cx18_s_fmt_vid_cap()
621 cx2341x_handler_set_50hz(&cx->cxhdl, cx->is_50hz); in cx18_do_s_std()
622 cx->cxhdl.width = 720; in cx18_do_s_std()
623 cx->cxhdl.height = cx->is_50hz ? 576 : 480; in cx18_do_s_std()
630 cx->cxhdl.height * 720 * 3 / 2; in cx18_do_s_std()
634 cx->cxhdl.height * 720 * 2; in cx18_do_s_std()
[all …]
H A Dcx18-fileops.c152 new_stereo_mode = v4l2_ctrl_g_ctrl(cx->cxhdl.audio_mode); in cx18_dualwatch()
164 if (v4l2_ctrl_s_ctrl(cx->cxhdl.audio_mode, new_stereo_mode)) in cx18_dualwatch()
704 (v4l2_ctrl_g_ctrl(cx->cxhdl.video_mute) | in cx18_v4l2_close()
705 (v4l2_ctrl_g_ctrl(cx->cxhdl.video_mute_yuv) << 8))); in cx18_v4l2_close()
/linux/include/media/drv-intf/
H A Dcx2341x.h181 int cx2341x_handler_init(struct cx2341x_handler *cxhdl,
183 void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz);
184 int cx2341x_handler_setup(struct cx2341x_handler *cxhdl);
185 void cx2341x_handler_set_busy(struct cx2341x_handler *cxhdl, int busy);
/linux/drivers/media/pci/ivtv/
H A Divtv-fileops.c147 new_stereo_mode = v4l2_ctrl_g_ctrl(itv->cxhdl.audio_mode); in ivtv_dualwatch()
158 if (v4l2_ctrl_s_ctrl(itv->cxhdl.audio_mode, new_stereo_mode)) in ivtv_dualwatch()
907 v4l2_ctrl_g_ctrl(itv->cxhdl.video_mute) | in ivtv_v4l2_close()
908 (v4l2_ctrl_g_ctrl(itv->cxhdl.video_mute_yuv) << 8)); in ivtv_v4l2_close()
/linux/drivers/media/pci/cx88/
H A Dcx88.h560 struct cx2341x_handler cxhdl; member