/Linux-v4.19/drivers/media/usb/cx231xx/ |
D | cx231xx-vbi.c | 176 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()
|
D | cx231xx-video.c | 1082 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/ |
D | cx25821-video.c | 183 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/ |
D | ml86v7667.c | 173 *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()
|
D | bt819.c | 198 init[0x15 * 2 - 1] = (decoder->norm & V4L2_STD_625_50) ? 115 : 93; /* Chroma burst delay */ in bt819_init()
|
D | saa7115.c | 864 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()
|
D | ks0127.c | 625 std &= V4L2_STD_625_50; in ks0127_status()
|
D | tvp5150.c | 671 } else if (std & V4L2_STD_625_50) { in tvp5150_set_vbi() 715 } else if (std & V4L2_STD_625_50) { in tvp5150_get_vbi()
|
D | saa7127.c | 487 !(std & (V4L2_STD_625_50 & ~V4L2_STD_SECAM))) { in saa7127_set_std()
|
/Linux-v4.19/drivers/media/platform/davinci/ |
D | vpbe_venc.c | 284 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()
|
D | vpbe_display.c | 478 (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()
|
D | vpif.c | 222 .stdid = V4L2_STD_625_50,
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-core.c | 638 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()
|
D | cx88-vbi.c | 40 } else if (dev->core->tvnorm & V4L2_STD_625_50) { in cx8800_vbi_fmt()
|
/Linux-v4.19/samples/v4l/ |
D | v4l2-pci-skeleton.c | 481 *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/ |
D | vivid-vbi-out.c | 232 if ((dev->std_out & V4L2_STD_625_50) && in vivid_sliced_vbi_out_process()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-enumstd.rst | 222 #define V4L2_STD_625_50 (V4L2_STD_PAL | 229 V4L2_STD_625_50)
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-vbi.c | 62 } else if (dev->tvnorm & V4L2_STD_625_50) { in cx23885_vbi_fmt()
|
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 313 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/ |
D | s2250-board.c | 359 if (norm & V4L2_STD_625_50) { in s2250_s_std()
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 1243 #define V4L2_STD_625_50 (V4L2_STD_PAL |\ macro 1253 V4L2_STD_625_50)
|
/Linux-v4.19/drivers/media/pci/ivtv/ |
D | ivtv-vbi.c | 74 if ((itv->std_out & V4L2_STD_625_50) && !enabled) { in ivtv_set_wss()
|
/Linux-v4.19/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 565 return solo_set_video_type(solo_dev, std & V4L2_STD_625_50); in solo_s_std()
|
/Linux-v4.19/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 31 (port->enc_port->encodernorm.id & V4L2_STD_625_50) != 0; in saa7164_vbi_configure()
|
/Linux-v4.19/drivers/media/pci/dt3155/ |
D | dt3155.c | 530 pd->std = V4L2_STD_625_50; in dt3155_probe()
|