Searched refs:is_50hz (Results 1 – 18 of 18) sorted by relevance
/drivers/media/video/cx18/ |
D | cx18-ioctl.c | 237 h = min(h, cx->is_50hz ? 576 : 480); in cx18_try_fmt_vid_cap() 263 cx18_expand_service_set(vbifmt, cx->is_50hz); in cx18_try_fmt_sliced_vbi_cap() 265 if (check_service_set(vbifmt, cx->is_50hz)) in cx18_try_fmt_sliced_vbi_cap() 523 cropcap->bounds.height = cx->is_50hz ? 576 : 480; in cx18_cropcap() 524 cropcap->pixelaspect.numerator = cx->is_50hz ? 59 : 10; in cx18_cropcap() 525 cropcap->pixelaspect.denominator = cx->is_50hz ? 54 : 11; in cx18_cropcap() 665 cx->is_50hz = !cx->is_60hz; in cx18_s_std() 666 cx2341x_handler_set_50hz(&cx->cxhdl, cx->is_50hz); in cx18_s_std() 668 cx->cxhdl.height = cx->is_50hz ? 576 : 480; in cx18_s_std() 669 cx->vbi.count = cx->is_50hz ? 18 : 12; in cx18_s_std() [all …]
|
D | cx18-controls.c | 87 cx18_expand_service_set(cx->vbi.sliced_in, cx->is_50hz); in cx18_s_stream_vbi_fmt()
|
D | cx18-driver.h | 584 u8 is_50hz; member
|
D | cx18-driver.c | 1075 cx->is_50hz = 1; in cx18_probe()
|
/drivers/media/video/ivtv/ |
D | ivtv-ioctl.c | 396 vbifmt->service_set = itv->is_50hz ? V4L2_SLICED_VBI_625 : in ivtv_g_fmt_sliced_vbi_cap() 398 ivtv_expand_service_set(vbifmt, itv->is_50hz); in ivtv_g_fmt_sliced_vbi_cap() 487 h = min(h, itv->is_50hz ? 576 : 480); in ivtv_try_fmt_vid_cap() 515 ivtv_expand_service_set(vbifmt, itv->is_50hz); in ivtv_try_fmt_sliced_vbi_cap() 516 check_service_set(vbifmt, itv->is_50hz); in ivtv_try_fmt_sliced_vbi_cap() 625 check_service_set(vbifmt, itv->is_50hz); in ivtv_s_fmt_sliced_vbi_cap() 855 cropcap->bounds.height = itv->is_50hz ? 576 : 480; in ivtv_cropcap() 856 cropcap->pixelaspect.numerator = itv->is_50hz ? 59 : 10; in ivtv_cropcap() 857 cropcap->pixelaspect.denominator = itv->is_50hz ? 54 : 11; in ivtv_cropcap() 1088 itv->is_50hz = !itv->is_60hz; in ivtv_s_std_enc() [all …]
|
D | ivtv-controls.c | 58 ivtv_expand_service_set(itv->vbi.sliced_in, itv->is_50hz); in ivtv_s_stream_vbi_fmt()
|
D | ivtv-driver.c | 1137 itv->is_50hz = 1; in ivtv_probe() 1146 cx2341x_handler_set_50hz(&itv->cxhdl, itv->is_50hz); in ivtv_probe()
|
D | ivtv-vbi.c | 482 if (itv->is_50hz) { in ivtv_vbi_work_handler()
|
D | ivtv-driver.h | 649 u8 is_50hz; /* 1 if the current capture standard is 50 Hz */ member
|
/drivers/media/video/ |
D | cx2341x.c | 227 .is_50hz = 0, 715 params->is_50hz ? 12 : 15); in cx2341x_ctrl_query() 1027 if (force || NEQ(is_50hz)) { in cx2341x_update() 1029 new->is_50hz); in cx2341x_update() 1174 p->is_50hz ? 25 : 30, in cx2341x_log_status() 1593 1, 34, 1, cxhdl->is_50hz ? 12 : 15); in cx2341x_handler_init() 1683 void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz) in cx2341x_handler_set_50hz() argument 1685 cxhdl->is_50hz = is_50hz; in cx2341x_handler_set_50hz() 1686 cxhdl->video_gop_size->default_value = cxhdl->is_50hz ? 12 : 15; in cx2341x_handler_set_50hz() 1699 err = cx2341x_hdl_api(cxhdl, CX2341X_ENC_SET_FRAME_RATE, 1, cxhdl->is_50hz); in cx2341x_handler_setup()
|
D | saa7115.c | 811 int is_50hz = state->std & V4L2_STD_625_50; in saa711x_set_size() local 812 int Vsrc = is_50hz ? 576 : 480; in saa711x_set_size() 849 if (!is_50hz) in saa711x_set_size() 979 int is_50hz = (state->std & V4L2_STD_625_50); in saa711x_set_lcr() local 999 if (is_50hz) in saa711x_set_lcr() 1008 if (is_50hz) { in saa711x_set_lcr()
|
/drivers/media/video/saa7164/ |
D | saa7164.h | 272 u32 is_50hz; member 289 u32 is_50hz; member
|
D | saa7164-vbi.c | 48 port->vbi_params.is_50hz = in saa7164_vbi_configure()
|
D | saa7164-encoder.c | 66 port->encoder_params.is_50hz = in saa7164_encoder_configure()
|
/drivers/media/video/pvrusb2/ |
D | pvrusb2-encoder.c | 442 hdw->enc_ctl_state.is_50hz = ((hdw->std_mask_cur & V4L2_STD_525_60) ? in pvr2_encoder_configure()
|
/drivers/media/video/cx231xx/ |
D | cx231xx-417.c | 1535 dev->mpeg_params.is_50hz = 0; in vidioc_s_std() 1540 dev->mpeg_params.is_50hz = 1; in vidioc_s_std()
|
/drivers/media/video/cx88/ |
D | cx88-blackbird.c | 528 dev->params.is_50hz = (dev->core->tvnorm & V4L2_STD_625_50) != 0; in blackbird_codec_settings()
|
/drivers/media/video/cx23885/ |
D | cx23885-417.c | 1038 dev->mpeg_params.is_50hz = in cx23885_codec_settings()
|