Searched refs:V4L2_STD_525_60 (Results 1 - 25 of 65) sorted by relevance

123

/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vbi-out.c23 bool is_60hz = dev->std_out & V4L2_STD_525_60;
40 bool is_60hz = dev->std_out & V4L2_STD_525_60;
138 bool is_60hz = dev->std_out & V4L2_STD_525_60;
187 bool is_60hz = dev->std_out & V4L2_STD_525_60;
230 if ((dev->std_out & V4L2_STD_525_60) && vbi->line == 21) {
H A Dvivid-vbi-cap.c21 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60;
68 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60;
127 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60;
144 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60;
300 bool is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60;
333 is_60hz = dev->std_cap[dev->input] & V4L2_STD_525_60;
338 is_60hz = dev->std_out & V4L2_STD_525_60;
H A Dvivid-vid-out.c225 if (dev->std_out & V4L2_STD_525_60) {
303 return (dev->std_out & V4L2_STD_525_60) ?
370 h = (dev->std_out & V4L2_STD_525_60) ? 480 : 576;
/linux-master/drivers/media/usb/usbtv/
H A Dusbtv.h71 #define USBTV_TV_STD (V4L2_STD_525_60 | V4L2_STD_PAL | \
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-vbi.c46 if (dev->tvnorm & V4L2_STD_525_60) {
121 if (dev->tvnorm & V4L2_STD_525_60)
137 if (dev->tvnorm & V4L2_STD_525_60)
/linux-master/drivers/media/pci/cx88/
H A Dcx88-vbi.c32 if (dev->core->tvnorm & V4L2_STD_525_60) {
122 if (dev->core->tvnorm & V4L2_STD_525_60)
138 if (dev->core->tvnorm & V4L2_STD_525_60)
/linux-master/drivers/media/i2c/
H A Dml86v7667.c169 *std &= status & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60;
217 fmt->height = priv->std & V4L2_STD_525_60 ? 480 : 576;
251 mode = std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601;
353 priv->std = val & STATUS_NTSCPAL ? V4L2_STD_625_50 : V4L2_STD_525_60;
356 val = priv->std & V4L2_STD_525_60 ? MRA_NTSC_BT601 : MRA_PAL_BT601;
H A Dtw9903.c117 bool is_60hz = norm & V4L2_STD_525_60;
163 bool is_60hz = dec->norm & V4L2_STD_525_60;
H A Dtw9906.c88 bool is_60hz = norm & V4L2_STD_525_60;
133 bool is_60hz = dec->norm & V4L2_STD_525_60;
H A Dtw2804.c145 state->norm & V4L2_STD_525_60 ? "60 Hz" : "50 Hz");
254 bool is_60hz = norm & V4L2_STD_525_60;
H A Dsaa7127.c471 if (std & V4L2_STD_525_60) {
671 v4l2_info(sd, "Standard: %s\n", (state->std & V4L2_STD_525_60) ? "60 Hz" : "50 Hz");
H A Dks0127.c480 if (ks->norm & V4L2_STD_525_60)
614 std &= V4L2_STD_525_60;
/linux-master/drivers/media/platform/renesas/
H A Dsh_vou.c427 if (vou_dev->std & V4L2_STD_525_60) {
512 if (std & V4L2_STD_525_60)
582 if (std & V4L2_STD_525_60) {
672 if (vou_dev->std & V4L2_STD_525_60)
727 if (vou_dev->std & V4L2_STD_525_60)
836 if (std_id & V4L2_STD_525_60) {
911 if (vou_dev->std & V4L2_STD_525_60)
951 if (vou_dev->std & V4L2_STD_525_60)
1212 .tvnorms = V4L2_STD_525_60, /* PAL only supported in 8-bit non-bt656 mode */
/linux-master/drivers/media/i2c/cx25840/
H A Dcx25840-vbi.c83 int is_pal = !(state->std & V4L2_STD_525_60);
121 int is_pal = !(state->std & V4L2_STD_525_60);
141 int is_pal = !(state->std & V4L2_STD_525_60);
/linux-master/drivers/media/tuners/
H A Dmt20xx.c305 if (params->std & V4L2_STD_525_60) {
329 if (params->std & V4L2_STD_525_60) {
502 if (params->std & V4L2_STD_525_60) {
525 if (params->std & V4L2_STD_525_60) {
/linux-master/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c110 if (dev->norm & V4L2_STD_525_60) {
382 base_height = (dev->norm & V4L2_STD_525_60) ? 480 : 576;
536 dev->height = (norm & V4L2_STD_525_60) ? 480 : 576;
743 .tvnorms = V4L2_STD_525_60 | V4L2_STD_625_50,
/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c129 int is_pal = !(state->std & V4L2_STD_525_60);
179 int is_pal = !(state->std & V4L2_STD_525_60);
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c122 fmt->height = afe->curr_norm & V4L2_STD_525_60 ? 480 : 576;
169 if (afe->curr_norm & V4L2_STD_525_60) {
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-vdi.c74 top_field_0 = (std & V4L2_STD_525_60) ? true : false;
/linux-master/drivers/media/usb/s2255/
H A Ds2255drv.c411 return (vc->std & V4L2_STD_525_60) ?
417 return (vc->std & V4L2_STD_525_60) ?
423 return (vc->std & V4L2_STD_525_60) ?
429 return (vc->std & V4L2_STD_525_60) ?
741 int is_ntsc = vc->std & V4L2_STD_525_60;
763 int is_ntsc = vc->std & V4L2_STD_525_60;
1108 if (i & V4L2_STD_525_60) {
1353 int is_ntsc = vc->std & V4L2_STD_525_60;
1373 int is_ntsc = vc->std & V4L2_STD_525_60;
/linux-master/samples/v4l/
H A Dv4l2-pci-skeleton.c315 pix->height = (skel->std & V4L2_STD_525_60) ? 480 : 576;
470 *std &= V4L2_STD_525_60;
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-encoder.c414 hdw->enc_ctl_state.is_50hz = ((hdw->std_mask_cur & V4L2_STD_525_60) ?
/linux-master/drivers/media/pci/tw686x/
H A Dtw686x-video.c26 #define TW686X_VIDEO_HEIGHT(id) ((id & V4L2_STD_525_60) ? 480 : 576)
27 #define TW686X_MAX_FPS(id) ((id & V4L2_STD_525_60) ? 30 : 25)
794 if (id & V4L2_STD_525_60)
819 * Adjust format after V4L2_STD_525_60/V4L2_STD_625_50 change,
1274 vdev->tvnorms = V4L2_STD_525_60 | V4L2_STD_625_50;
/linux-master/drivers/media/pci/tw68/
H A Dtw68-video.c215 dev->height = (norm->id & V4L2_STD_525_60) ? 480 : 576;
284 vactive = ((norm->id & V4L2_STD_525_60) ? 524 : 624) / 2 - norm->video_v_start;
604 maxh = (dev->tvnorm->id & V4L2_STD_525_60) ? 480 : 576;
/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c600 if (std & V4L2_STD_525_60)
635 V4L2_STD_525_60 : V4L2_STD_625_50;
1170 dev->cur_std = V4L2_STD_525_60;

Completed in 393 milliseconds

123