Home
last modified time | relevance | path

Searched refs:V4L2_STD_625_50 (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v4.19/drivers/media/usb/cx231xx/
Dcx231xx-vbi.c176 height = ((dev->norm & V4L2_STD_625_50) ? in vbi_buffer_setup()
226 height = ((dev->norm & V4L2_STD_625_50) ? in vbi_buffer_prepare()
413 dma_q->lines_per_field = ((dev->norm & V4L2_STD_625_50) ? in cx231xx_init_vbi_isoc()
702 height = ((dev->norm & V4L2_STD_625_50) ? in cx231xx_is_vbi_buffer_done()
Dcx231xx-video.c1082 dev->height = (dev->norm & V4L2_STD_625_50) ? 576 : 480; in vidioc_s_std()
1490 bool is_50hz = dev->norm & V4L2_STD_625_50; in vidioc_cropcap()
1604 f->fmt.vbi.start[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap()
1606 f->fmt.vbi.count[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap()
1608 f->fmt.vbi.start[1] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap()
1628 f->fmt.vbi.start[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap()
1630 f->fmt.vbi.count[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap()
1632 f->fmt.vbi.start[1] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap()
/Linux-v4.19/drivers/media/pci/cx25821/
Dcx25821-video.c183 if (dev->tvnorm & V4L2_STD_625_50) in cx25821_buffer_prepare()
360 maxh = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_try_fmt_vid_cap()
474 chan->height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_s_std()
563 f->fmt.pix.height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_try_fmt_vid_out()
728 if (dev->tvnorm & V4L2_STD_625_50) in cx25821_video_register()
/Linux-v4.19/drivers/media/i2c/
Dml86v7667.c173 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_querystd()
355 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_init()
Dbt819.c198 init[0x15 * 2 - 1] = (decoder->norm & V4L2_STD_625_50) ? 115 : 93; /* Chroma burst delay */ in bt819_init()
Dsaa7115.c864 int is_50hz = state->std & V4L2_STD_625_50; in saa711x_set_size()
1045 int is_50hz = (state->std & V4L2_STD_625_50); in saa711x_set_lcr()
1477 *std &= V4L2_STD_625_50; in saa711x_querystd()
Dks0127.c625 std &= V4L2_STD_625_50; in ks0127_status()
Dtvp5150.c671 } else if (std & V4L2_STD_625_50) { in tvp5150_set_vbi()
715 } else if (std & V4L2_STD_625_50) { in tvp5150_get_vbi()
Dsaa7127.c487 !(std & (V4L2_STD_625_50 & ~V4L2_STD_SECAM))) { in saa7127_set_std()
/Linux-v4.19/drivers/media/platform/davinci/
Dvpbe_venc.c284 if (venc->pdata->setup_clock(VPBE_ENC_STD, V4L2_STD_625_50) < 0) in venc_set_pal()
287 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_STD, V4L2_STD_625_50); in venc_set_pal()
485 else if (norm & V4L2_STD_625_50) in venc_s_std_output()
Dvpbe_display.c478 (standard_id & V4L2_STD_625_50)) { in vpbe_disp_calculate_scale_factor()
509 if ((standard_id & V4L2_STD_625_50)) { in vpbe_disp_calculate_scale_factor()
1331 vbd->tvnorms = (V4L2_STD_525_60 | V4L2_STD_625_50); in init_vpbe_layer()
Dvpif.c222 .stdid = V4L2_STD_625_50,
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-core.c638 return (norm & V4L2_STD_625_50) ? 0x24 : 0x18; in norm_vdelay()
667 return (norm & V4L2_STD_625_50) ? in norm_htotal()
674 return (norm & V4L2_STD_625_50) ? 511 : 400; in norm_vbipack()
Dcx88-vbi.c40 } else if (dev->core->tvnorm & V4L2_STD_625_50) { in cx8800_vbi_fmt()
/Linux-v4.19/samples/v4l/
Dv4l2-pci-skeleton.c481 *std &= V4L2_STD_625_50; in skeleton_querystd()
791 skel->std = V4L2_STD_625_50; in skeleton_probe()
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-vbi-out.c232 if ((dev->std_out & V4L2_STD_625_50) && in vivid_sliced_vbi_out_process()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-enumstd.rst222 #define V4L2_STD_625_50 (V4L2_STD_PAL |
229 V4L2_STD_625_50)
/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23885-vbi.c62 } else if (dev->tvnorm & V4L2_STD_625_50) { in cx23885_vbi_fmt()
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-av-core.c313 if (std & V4L2_STD_625_50) { in cx18_av_std_setup()
515 if (std & V4L2_STD_625_50) { in cx18_av_std_setup()
/Linux-v4.19/drivers/media/usb/go7007/
Ds2250-board.c359 if (norm & V4L2_STD_625_50) { in s2250_s_std()
/Linux-v4.19/include/uapi/linux/
Dvideodev2.h1243 #define V4L2_STD_625_50 (V4L2_STD_PAL |\ macro
1253 V4L2_STD_625_50)
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-vbi.c74 if ((itv->std_out & V4L2_STD_625_50) && !enabled) { in ivtv_set_wss()
/Linux-v4.19/drivers/media/pci/solo6x10/
Dsolo6x10-v4l2.c565 return solo_set_video_type(solo_dev, std & V4L2_STD_625_50); in solo_s_std()
/Linux-v4.19/drivers/media/pci/saa7164/
Dsaa7164-vbi.c31 (port->enc_port->encodernorm.id & V4L2_STD_625_50) != 0; in saa7164_vbi_configure()
/Linux-v4.19/drivers/media/pci/dt3155/
Ddt3155.c530 pd->std = V4L2_STD_625_50; in dt3155_probe()

12