Home
last modified time | relevance | path

Searched refs:is_50hz (Results 1 – 22 of 22) sorted by relevance

/drivers/media/pci/cx18/
Dcx18-ioctl.c88 h = min(h, cx->is_50hz ? 576 : 480); in cx18_try_fmt_vid_cap()
89 h = max(h, (cx->is_50hz ? 576 : 480) / 8); in cx18_try_fmt_vid_cap()
323 cx18_expand_service_set(vbifmt, cx->is_50hz); in cx18_try_fmt_sliced_vbi_cap()
325 if (check_service_set(vbifmt, cx->is_50hz)) in cx18_try_fmt_sliced_vbi_cap()
474 f->numerator = cx->is_50hz ? 54 : 11; in cx18_g_pixelaspect()
475 f->denominator = cx->is_50hz ? 59 : 10; in cx18_g_pixelaspect()
491 sel->r.height = cx->is_50hz ? 576 : 480; in cx18_g_selection()
617 cx->is_50hz = !cx->is_60hz; in cx18_s_std()
618 cx2341x_handler_set_50hz(&cx->cxhdl, cx->is_50hz); in cx18_s_std()
620 cx->cxhdl.height = cx->is_50hz ? 576 : 480; in cx18_s_std()
[all …]
Dcx18-controls.c70 cx18_expand_service_set(cx->vbi.sliced_in, cx->is_50hz); in cx18_s_stream_vbi_fmt()
Dcx18-driver.h572 u8 is_50hz; member
Dcx18-driver.c1059 cx->is_50hz = 1; in cx18_probe()
/drivers/media/pci/ivtv/
Divtv-ioctl.c383 vbifmt->service_set = itv->is_50hz ? V4L2_SLICED_VBI_625 : in ivtv_g_fmt_sliced_vbi_cap()
385 ivtv_expand_service_set(vbifmt, itv->is_50hz); in ivtv_g_fmt_sliced_vbi_cap()
477 h = min(h, itv->is_50hz ? 576 : 480); in ivtv_try_fmt_vid_cap()
505 ivtv_expand_service_set(vbifmt, itv->is_50hz); in ivtv_try_fmt_sliced_vbi_cap()
506 check_service_set(vbifmt, itv->is_50hz); in ivtv_try_fmt_sliced_vbi_cap()
620 check_service_set(vbifmt, itv->is_50hz); in ivtv_s_fmt_sliced_vbi_cap()
814 f->numerator = itv->is_50hz ? 54 : 11; in ivtv_g_pixelaspect()
815 f->denominator = itv->is_50hz ? 59 : 10; in ivtv_g_pixelaspect()
883 sel->r.height = itv->is_50hz ? 576 : 480; in ivtv_g_selection()
1097 itv->is_50hz = !itv->is_60hz; in ivtv_s_std_enc()
[all …]
Divtv-controls.c46 ivtv_expand_service_set(itv->vbi.sliced_in, itv->is_50hz); in ivtv_s_stream_vbi_fmt()
Divtv-driver.c1149 itv->is_50hz = 1; in ivtv_probe()
1158 cx2341x_handler_set_50hz(&itv->cxhdl, itv->is_50hz); in ivtv_probe()
Divtv-vbi.c470 if (itv->is_50hz) { in ivtv_vbi_work_handler()
Divtv-driver.h648 u8 is_50hz; /* 1 if the current capture standard is 50 Hz */ member
/drivers/media/common/
Dcx2341x.c214 .is_50hz = 0,
702 params->is_50hz ? 12 : 15); in cx2341x_ctrl_query()
1041 CMP_FIELD(old, new, is_50hz)) { in cx2341x_update()
1043 new->is_50hz); in cx2341x_update()
1225 p->is_50hz ? 25 : 30, in cx2341x_log_status()
1645 1, 34, 1, cxhdl->is_50hz ? 12 : 15); in cx2341x_handler_init()
1735 void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz) in cx2341x_handler_set_50hz() argument
1737 cxhdl->is_50hz = is_50hz; in cx2341x_handler_set_50hz()
1738 cxhdl->video_gop_size->default_value = cxhdl->is_50hz ? 12 : 15; in cx2341x_handler_set_50hz()
1751 err = cx2341x_hdl_api(cxhdl, CX2341X_ENC_SET_FRAME_RATE, 1, cxhdl->is_50hz); in cx2341x_handler_setup()
/drivers/media/i2c/
Dsaa7115.c870 int is_50hz = state->std & V4L2_STD_625_50; in saa711x_set_size() local
871 int Vsrc = is_50hz ? 576 : 480; in saa711x_set_size()
908 if (!is_50hz) in saa711x_set_size()
1051 int is_50hz = (state->std & V4L2_STD_625_50); in saa711x_set_lcr() local
1071 if (is_50hz) in saa711x_set_lcr()
1080 if (is_50hz) { in saa711x_set_lcr()
/drivers/media/pci/saa7164/
Dsaa7164.h261 u32 is_50hz; member
278 u32 is_50hz; member
Dsaa7164-vbi.c20 port->vbi_params.is_50hz = in saa7164_vbi_configure()
Dsaa7164-encoder.c46 port->encoder_params.is_50hz = in saa7164_encoder_configure()
/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c520 int solo_set_video_type(struct solo_dev *solo_dev, bool is_50hz) in solo_set_video_type() argument
530 solo_dev->video_type = is_50hz ? SOLO_VO_FMT_TYPE_PAL : in solo_set_video_type()
Dsolo6x10.h355 int solo_set_video_type(struct solo_dev *solo_dev, bool is_50hz);
/drivers/media/usb/pvrusb2/
Dpvrusb2-encoder.c414 hdw->enc_ctl_state.is_50hz = ((hdw->std_mask_cur & V4L2_STD_525_60) ? in pvr2_encoder_configure()
/drivers/media/pci/cx23885/
Dcx23885-video.c673 bool is_50hz = dev->tvnorm & V4L2_STD_625_50; in vidioc_g_pixelaspect() local
678 f->numerator = is_50hz ? 54 : 11; in vidioc_g_pixelaspect()
679 f->denominator = is_50hz ? 59 : 10; in vidioc_g_pixelaspect()
Dcx23885-417.c1023 dev->cxhdl.is_50hz = in cx23885_codec_settings()
/drivers/media/usb/cx231xx/
Dcx231xx-417.c1471 bool is_50hz = dev->encodernorm.id & V4L2_STD_625_50; in vidioc_g_pixelaspect() local
1476 f->numerator = is_50hz ? 54 : 11; in vidioc_g_pixelaspect()
1477 f->denominator = is_50hz ? 59 : 10; in vidioc_g_pixelaspect()
Dcx231xx-video.c1335 bool is_50hz = dev->norm & V4L2_STD_625_50; in vidioc_g_pixelaspect() local
1340 f->numerator = is_50hz ? 54 : 11; in vidioc_g_pixelaspect()
1341 f->denominator = is_50hz ? 59 : 10; in vidioc_g_pixelaspect()
/drivers/media/i2c/cx25840/
Dcx25840-core.c1757 int is_50hz = !(state->std & V4L2_STD_525_60); in cx25840_set_fmt() local
1782 v_add = is_50hz ? 4 : 7; in cx25840_set_fmt()
1791 if (is_cx23888(state) && !is_50hz) in cx25840_set_fmt()