Searched refs:V4L2_STD_625_50 (Results 1 - 25 of 43) sorted by relevance

12

/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-vbi.c163 height = ((dev->norm & V4L2_STD_625_50) ?
178 height = ((dev->norm & V4L2_STD_625_50) ?
368 dma_q->lines_per_field = ((dev->norm & V4L2_STD_625_50) ?
655 height = ((dev->norm & V4L2_STD_625_50) ?
H A Dcx231xx-video.c945 dev->height = (dev->norm & V4L2_STD_625_50) ? 576 : 480;
1336 bool is_50hz = dev->norm & V4L2_STD_625_50;
1421 f->fmt.vbi.start[0] = (dev->norm & V4L2_STD_625_50) ?
1423 f->fmt.vbi.count[0] = (dev->norm & V4L2_STD_625_50) ?
1425 f->fmt.vbi.start[1] = (dev->norm & V4L2_STD_625_50) ?
1444 f->fmt.vbi.start[0] = (dev->norm & V4L2_STD_625_50) ?
1446 f->fmt.vbi.count[0] = (dev->norm & V4L2_STD_625_50) ?
1448 f->fmt.vbi.start[1] = (dev->norm & V4L2_STD_625_50) ?
H A Dcx231xx.h985 return (dev->norm & V4L2_STD_625_50) ? 576 : 480;
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-video.c170 if (dev->tvnorm & V4L2_STD_625_50)
346 maxh = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480;
455 chan->height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480;
544 f->fmt.pix.height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480;
712 if (dev->tvnorm & V4L2_STD_625_50)
/linux-master/drivers/media/i2c/
H A Dml86v7667.c169 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60;
353 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60;
H A Dbt819.c189 init[0x15 * 2 - 1] = (decoder->norm & V4L2_STD_625_50) ? 115 : 93; /* Chroma burst delay */
H A Dsaa7115.c870 int is_50hz = state->std & V4L2_STD_625_50;
1051 int is_50hz = (state->std & V4L2_STD_625_50);
1483 *std &= V4L2_STD_625_50;
H A Dsaa7127.c478 !(std & (V4L2_STD_625_50 & ~V4L2_STD_SECAM))) {
H A Dks0127.c616 std &= V4L2_STD_625_50;
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c52 } else if (dev->tvnorm & V4L2_STD_625_50) {
/linux-master/drivers/media/pci/cx88/
H A Dcx88-vbi.c40 } else if (dev->core->tvnorm & V4L2_STD_625_50) {
H A Dcx88-core.c643 return (norm & V4L2_STD_625_50) ? 0x24 : 0x18;
672 return (norm & V4L2_STD_625_50) ?
679 return (norm & V4L2_STD_625_50) ? 511 : 400;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vbi-out.c237 if ((dev->std_out & V4L2_STD_625_50) &&
/linux-master/samples/v4l/
H A Dv4l2-pci-skeleton.c472 *std &= V4L2_STD_625_50;
782 skel->std = V4L2_STD_625_50;
/linux-master/drivers/media/platform/ti/davinci/
H A Dvpif.c229 .stdid = V4L2_STD_625_50,
/linux-master/drivers/media/pci/ivtv/
H A Divtv-vbi.c62 if ((itv->std_out & V4L2_STD_625_50) && !enabled) {
/linux-master/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c743 .tvnorms = V4L2_STD_525_60 | V4L2_STD_625_50,
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-vbi.c21 (port->enc_port->encodernorm.id & V4L2_STD_625_50) != 0;
H A Dsaa7164-encoder.c47 (port->encodernorm.id & V4L2_STD_625_50) != 0;
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2.c545 return solo_set_video_type(solo_dev, std & V4L2_STD_625_50);
/linux-master/drivers/media/usb/go7007/
H A Ds2250-board.c351 if (norm & V4L2_STD_625_50) {
/linux-master/drivers/media/pci/dt3155/
H A Ddt3155.c507 pd->std = V4L2_STD_625_50;
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-core.c304 if (std & V4L2_STD_625_50) {
506 if (std & V4L2_STD_625_50) {
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-video.c149 return (v4l2->norm & V4L2_STD_625_50) ? 576 : 480;
238 } else if (v4l2->norm & V4L2_STD_625_50) {
2067 } else if (v4l2->norm & V4L2_STD_625_50) {
/linux-master/include/uapi/linux/
H A Dvideodev2.h1462 #define V4L2_STD_625_50 (V4L2_STD_PAL |\ macro
1472 V4L2_STD_625_50)

Completed in 248 milliseconds

12