/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-vbi.c | 176 height = ((dev->norm & V4L2_STD_625_50) ? in vbi_buffer_setup() 227 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() 704 height = ((dev->norm & V4L2_STD_625_50) ? in cx231xx_is_vbi_buffer_done()
|
D | cx231xx-video.c | 1081 dev->height = (dev->norm & V4L2_STD_625_50) ? 576 : 480; in vidioc_s_std() 1557 f->fmt.vbi.start[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap() 1559 f->fmt.vbi.count[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap() 1561 f->fmt.vbi.start[1] = (dev->norm & V4L2_STD_625_50) ? in vidioc_g_fmt_vbi_cap() 1581 f->fmt.vbi.start[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap() 1583 f->fmt.vbi.count[0] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap() 1585 f->fmt.vbi.start[1] = (dev->norm & V4L2_STD_625_50) ? in vidioc_try_fmt_vbi_cap()
|
D | cx231xx.h | 1001 return (dev->norm & V4L2_STD_625_50) ? 576 : 480; in norm_maxh()
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
D | cx25821-video.c | 187 if (dev->tvnorm & V4L2_STD_625_50) in cx25821_buffer_prepare() 362 maxh = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_try_fmt_vid_cap() 476 chan->height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_s_std() 565 f->fmt.pix.height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_try_fmt_vid_out() 730 if (dev->tvnorm & V4L2_STD_625_50) in cx25821_video_register()
|
/linux-4.1.27/drivers/media/i2c/ |
D | ml86v7667.c | 173 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_querystd() 336 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60; in ml86v7667_init()
|
D | saa7115.c | 874 int is_50hz = state->std & V4L2_STD_625_50; in saa711x_set_size() 1055 int is_50hz = (state->std & V4L2_STD_625_50); in saa711x_set_lcr() 1481 *std &= V4L2_STD_625_50; in saa711x_querystd()
|
D | tvp5150.c | 634 } else if (std & V4L2_STD_625_50) { in tvp5150_set_vbi() 682 } else if (std & V4L2_STD_625_50) { in tvp5150_get_vbi()
|
D | bt819.c | 202 init[0x15 * 2 - 1] = (decoder->norm & V4L2_STD_625_50) ? 115 : 93; /* Chroma burst delay */ in bt819_init()
|
D | ks0127.c | 629 std &= V4L2_STD_625_50; in ks0127_status()
|
D | saa7127.c | 491 !(std & (V4L2_STD_625_50 & ~V4L2_STD_SECAM))) { in saa7127_set_std()
|
D | adv7842.c | 2494 if (norm & V4L2_STD_625_50) in adv7842_s_std()
|
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpbe_venc.c | 285 if (venc->pdata->setup_clock(VPBE_ENC_STD, V4L2_STD_625_50) < 0) in venc_set_pal() 288 venc_enable_vpss_clock(venc->venc_type, VPBE_ENC_STD, V4L2_STD_625_50); in venc_set_pal() 486 else if (norm & V4L2_STD_625_50) in venc_s_std_output()
|
D | vpif.c | 217 .stdid = V4L2_STD_625_50,
|
D | vpbe_display.c | 476 (standard_id & V4L2_STD_625_50)) { in vpbe_disp_calculate_scale_factor() 507 if ((standard_id & V4L2_STD_625_50)) { in vpbe_disp_calculate_scale_factor() 1326 vbd->tvnorms = (V4L2_STD_525_60 | V4L2_STD_625_50); in init_vpbe_layer()
|
D | vpif_display.c | 32 #define VPIF_V4L2_STD (V4L2_STD_525_60 | V4L2_STD_625_50)
|
D | vpfe_capture.c | 130 {V4L2_STD_625_50, 720, 576, {54, 59}, 1},
|
/linux-4.1.27/drivers/media/usb/stk1160/ |
D | stk1160-v4l.c | 400 } else if (dev->norm & V4L2_STD_625_50) { in vidioc_s_std() 604 .tvnorms = V4L2_STD_525_60 | V4L2_STD_625_50,
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-core.c | 618 return (norm & V4L2_STD_625_50) ? 0x24 : 0x18; in norm_vdelay() 647 return (norm & V4L2_STD_625_50) ? in norm_htotal() 654 return (norm & V4L2_STD_625_50) ? 511 : 400; in norm_vbipack()
|
D | cx88-vbi.c | 35 } else if (dev->core->tvnorm & V4L2_STD_625_50) { in cx8800_vbi_fmt()
|
D | cx88-blackbird.c | 526 cx2341x_handler_set_50hz(&dev->cxhdl, dev->core->tvnorm & V4L2_STD_625_50); in blackbird_codec_settings()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-vbi-out.c | 238 if ((dev->std_out & V4L2_STD_625_50) && in vivid_sliced_vbi_out_process()
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885-vbi.c | 61 } else if (dev->tvnorm & V4L2_STD_625_50) { in cx23885_vbi_fmt()
|
D | cx23885-417.c | 1040 (dev->encodernorm.id & V4L2_STD_625_50) != 0; in cx23885_codec_settings()
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-pci-skeleton.c | 488 *std &= V4L2_STD_625_50; in skeleton_querystd() 796 skel->std = V4L2_STD_625_50; in skeleton_probe()
|
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 318 if (std & V4L2_STD_625_50) { in cx18_av_std_setup() 522 if (std & V4L2_STD_625_50) { in cx18_av_std_setup()
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | s2250-board.c | 359 if (norm & V4L2_STD_625_50) { in s2250_s_std()
|
D | go7007-v4l2.c | 594 if (go->std & V4L2_STD_625_50) { in go7007_s_std()
|
/linux-4.1.27/include/uapi/linux/ |
D | videodev2.h | 1076 #define V4L2_STD_625_50 (V4L2_STD_PAL |\ macro 1086 V4L2_STD_625_50)
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-vbi.c | 74 if ((itv->std_out & V4L2_STD_625_50) && !enabled) { in ivtv_set_wss()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2.c | 554 return solo_set_video_type(solo_dev, std & V4L2_STD_625_50); in solo_s_std()
|
D | solo6x10-v4l2-enc.c | 975 return solo_set_video_type(solo_enc->solo_dev, std & V4L2_STD_625_50); in solo_enc_s_std()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | rcar_vin.c | 1586 std = V4L2_STD_625_50; in rcar_vin_set_fmt() 1588 field = std & V4L2_STD_625_50 ? V4L2_FIELD_INTERLACED_TB : in rcar_vin_set_fmt()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 166 return (v4l2->norm & V4L2_STD_625_50) ? 576 : 480; in norm_maxh() 255 } else if (v4l2->norm & V4L2_STD_625_50) { in em28xx_set_outfmt() 1816 } else if (v4l2->norm & V4L2_STD_625_50) { in vidioc_g_fmt_vbi_cap()
|
/linux-4.1.27/drivers/staging/media/dt3155v4l/ |
D | dt3155v4l.c | 52 #define DT3155_CURRENT_NORM V4L2_STD_625_50
|
/linux-4.1.27/drivers/media/usb/hdpvr/ |
D | hdpvr-video.c | 627 V4L2_STD_525_60 : V4L2_STD_625_50; in vidioc_querystd()
|
/linux-4.1.27/drivers/media/pci/saa7164/ |
D | saa7164-vbi.c | 49 (port->encodernorm.id & V4L2_STD_625_50) != 0; in saa7164_vbi_configure()
|
D | saa7164-encoder.c | 67 (port->encodernorm.id & V4L2_STD_625_50) != 0; in saa7164_encoder_configure()
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 1738 if (usbvision->tvnorm_id & V4L2_STD_625_50) in usbvision_set_output()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 1597 if (dev->tvnorm->id & V4L2_STD_625_50) { in saa7134_cropcap()
|
/linux-4.1.27/drivers/media/usb/s2255/ |
D | s2255drv.c | 1150 } else if (i & V4L2_STD_625_50) { in vidioc_s_std()
|
/linux-4.1.27/drivers/media/platform/am437x/ |
D | am437x-vpfe.c | 68 {V4L2_STD_625_50, 720, 576, {54, 59}, 1},
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 788 if (std & V4L2_STD_625_50) { in cx25840_std_setup() 911 if (std & V4L2_STD_625_50) { in cx25840_std_setup()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 1762 *id &= V4L2_STD_625_50; in bttv_querystd()
|