Home
last modified time | relevance | path

Searched refs:tvnorm (Results 1 – 37 of 37) sorted by relevance

/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-vbi.c110 const struct bttv_tvnorm *tvnorm; in vbi_buffer_prepare() local
119 tvnorm = fh->vbi_fmt.tvnorm; in vbi_buffer_prepare()
133 - tvnorm->vbistart[0])); in vbi_buffer_prepare()
136 - tvnorm->vbistart[1])); in vbi_buffer_prepare()
192 if (fh->vbi_fmt.end >= tvnorm->cropcap.bounds.top) in vbi_buffer_prepare()
193 min_vdelay += fh->vbi_fmt.end - tvnorm->cropcap.bounds.top; in vbi_buffer_prepare()
245 static int try_fmt(struct v4l2_vbi_format *f, const struct bttv_tvnorm *tvnorm, in try_fmt() argument
257 min_start = tvnorm->vbistart[0]; in try_fmt()
259 max_end = (tvnorm->cropcap.bounds.top in try_fmt()
260 + tvnorm->cropcap.bounds.height) >> 1; in try_fmt()
[all …]
Dbttv-risc.c338 const struct bttv_tvnorm *tvnorm) in bttv_calc_geo_old() argument
343 int swidth = tvnorm->swidth; in bttv_calc_geo_old()
344 int totalwidth = tvnorm->totalwidth; in bttv_calc_geo_old()
345 int scaledtwidth = tvnorm->scaledtwidth; in bttv_calc_geo_old()
353 vdelay = tvnorm->vdelay; in bttv_calc_geo_old()
357 geo->hdelay = tvnorm->hdelayx1; in bttv_calc_geo_old()
360 sr = ((tvnorm->sheight >> (interleaved?0:1))*512)/height - 512; in bttv_calc_geo_old()
363 ((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0); in bttv_calc_geo_old()
367 geo->sheight = tvnorm->sheight; in bttv_calc_geo_old()
368 geo->vtotal = tvnorm->vtotal; in bttv_calc_geo_old()
[all …]
Dbttvp.h162 unsigned int tvnorm; member
181 unsigned int tvnorm; member
193 const struct bttv_tvnorm *tvnorm; member
432 unsigned int tvnorm; member
Dbttv-driver.c754 const struct bttv_tvnorm *tvnorm; in disclaim_video_lines() local
757 tvnorm = &bttv_tvnorms[btv->tvnorm]; in disclaim_video_lines()
758 btv->crop_start = tvnorm->cropcap.bounds.top in disclaim_video_lines()
759 + tvnorm->cropcap.bounds.height; in disclaim_video_lines()
881 int table_idx = bttv_tvnorms[btv->tvnorm].sram; in bt848A_set_timing()
882 int fsc = bttv_tvnorms[btv->tvnorm].Fsc; in bt848A_set_timing()
1149 const struct bttv_tvnorm *tvnorm; in set_tvnorm() local
1153 BUG_ON(btv->tvnorm >= BTTV_TVNORMS); in set_tvnorm()
1155 tvnorm = &bttv_tvnorms[norm]; in set_tvnorm()
1157 if (memcmp(&bttv_tvnorms[btv->tvnorm].cropcap, &tvnorm->cropcap, in set_tvnorm()
[all …]
Dbttv-cards.c4104 if (bttv_tvnorms[btv->tvnorm].v4l2_id & V4L2_STD_MN) in bttv_tda9880_setnorm()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-core.c662 unsigned int swidth = norm_swidth(core->tvnorm); in cx88_set_scale()
663 unsigned int sheight = norm_maxh(core->tvnorm); in cx88_set_scale()
669 v4l2_norm_to_name(core->tvnorm)); in cx88_set_scale()
674 value = (width * norm_hdelay(core->tvnorm)) / swidth; in cx88_set_scale()
690 cx_write(MO_VDELAY_EVEN, norm_vdelay(core->tvnorm)); in cx88_set_scale()
691 cx_write(MO_VDELAY_ODD, norm_vdelay(core->tvnorm)); in cx88_set_scale()
692 dprintk(1,"set_scale: vdelay 0x%04x\n", norm_vdelay(core->tvnorm)); in cx88_set_scale()
706 if (core->tvnorm & V4L2_STD_SECAM) { in cx88_set_scale()
807 v4l2_std_id norm = core->tvnorm; in set_tvaudio()
840 core->name, v4l2_norm_to_name(core->tvnorm)); in set_tvaudio()
[all …]
Dcx88-vbi.c27 if (dev->core->tvnorm & V4L2_STD_525_60) { in cx8800_vbi_fmt()
35 } else if (dev->core->tvnorm & V4L2_STD_625_50) { in cx8800_vbi_fmt()
117 if (dev->core->tvnorm & V4L2_STD_525_60) in queue_setup()
135 if (dev->core->tvnorm & V4L2_STD_525_60) in buffer_prepare()
Dcx88-blackbird.c526 cx2341x_handler_set_50hz(&dev->cxhdl, dev->core->tvnorm & V4L2_STD_625_50); in blackbird_codec_settings()
826 maxw = norm_maxw(core->tvnorm); in vidioc_try_fmt_vid_cap()
827 maxh = norm_maxh(core->tvnorm); in vidioc_try_fmt_vid_cap()
997 static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *tvnorm) in vidioc_g_std() argument
1002 *tvnorm = core->tvnorm; in vidioc_g_std()
1170 cx88_set_tvnorm(core,core->tvnorm); in cx8802_blackbird_probe()
Dcx88-video.c632 if (core->tvnorm & V4L2_STD_SECAM) { in cx8800_s_vid_ctrl()
745 maxw = norm_maxw(core->tvnorm); in vidioc_try_fmt_vid_cap()
746 maxh = norm_maxh(core->tvnorm); in vidioc_try_fmt_vid_cap()
849 static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *tvnorm) in vidioc_g_std() argument
854 *tvnorm = core->tvnorm; in vidioc_g_std()
1432 cx88_set_tvnorm(core, core->tvnorm); in cx8800_initdev()
Dcx88.h385 v4l2_std_id tvnorm; member
Dcx88-cards.c3694 core->tvnorm = V4L2_STD_NTSC_M; in cx88_core_create()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c257 if (dev->tvnorm->id == V4L2_STD_NTSC) { in tvaudio_setmode()
333 if (!(dev->tvnorm->id & scan->std)) { in tvaudio_checkcarrier()
513 if (!(dev->tvnorm->id & mainscan[i].std)) in tvaudio_thread()
548 dev->tvnorm->name, carrier/1000, carrier%1000, in tvaudio_thread()
572 if (dev->tvnorm->id != UNSET && in tvaudio_thread()
573 !(dev->tvnorm->id & tvaudio[i].std)) in tvaudio_thread()
806 if (dev->tvnorm->id & (V4L2_STD_B | V4L2_STD_GH)) in tvaudio_thread_ddep()
808 if (dev->tvnorm->id & V4L2_STD_PAL_I) in tvaudio_thread_ddep()
810 if (dev->tvnorm->id & V4L2_STD_DK) in tvaudio_thread_ddep()
812 if (dev->tvnorm->id & V4L2_STD_MN) in tvaudio_thread_ddep()
[all …]
Dsaa7134-vbi.c55 struct saa7134_tvnorm *norm = dev->tvnorm; in task_init()
149 dev->vbi_vlen = dev->tvnorm->vbi_v_stop_0 - dev->tvnorm->vbi_v_start_0 + 1; in queue_setup()
Dsaa7134-video.c391 dev->tvnorm = norm; in set_tvnorm()
414 set_tvnorm(dev, dev->tvnorm); in video_mux()
423 struct saa7134_tvnorm *norm = dev->tvnorm; in saa7134_set_decoder()
482 saa_call_all(dev, video, s_std, dev->tvnorm->id); in saa7134_set_tvnorm_hw()
485 saa_call_empress(dev, video, s_std, dev->tvnorm->id); in saa7134_set_tvnorm_hw()
1197 struct saa7134_tvnorm *norm = dev->tvnorm; in saa7134_try_get_set_fmt_vbi_cap()
1555 *id = dev->tvnorm->id; in saa7134_g_std()
1601 if (dev->tvnorm->id & V4L2_STD_525_60) { in saa7134_cropcap()
1605 if (dev->tvnorm->id & V4L2_STD_625_50) { in saa7134_cropcap()
Dsaa7134.h622 struct saa7134_tvnorm *tvnorm; /* video */ member
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-vbi.c55 if (dev->tvnorm & V4L2_STD_525_60) { in cx23885_vbi_fmt()
61 } else if (dev->tvnorm & V4L2_STD_625_50) { in cx23885_vbi_fmt()
131 if (dev->tvnorm & V4L2_STD_525_60) in queue_setup()
148 if (dev->tvnorm & V4L2_STD_525_60) in buffer_prepare()
Dcx23885-video.c122 if (dev->tvnorm != norm) { in cx23885_set_tvnorm()
128 dev->tvnorm = norm; in cx23885_set_tvnorm()
358 if (dev->tvnorm & V4L2_STD_525_60) in buffer_prepare()
548 maxw = norm_maxw(dev->tvnorm); in vidioc_try_fmt_vid_cap()
549 maxh = norm_maxh(dev->tvnorm); in vidioc_try_fmt_vid_cap()
656 *id = dev->tvnorm; in vidioc_g_std()
931 .std = dev->tvnorm, in cx23885_set_freq_via_ops()
962 call_all(dev, video, s_std, dev->tvnorm); in cx23885_set_freq_via_ops()
1150 dev->tvnorm = V4L2_STD_NTSC_M; in cx23885_video_register()
1154 dev->height = norm_maxh(dev->tvnorm); in cx23885_video_register()
[all …]
Dcx23885.h398 v4l2_std_id tvnorm; member
Dcx23885-417.c1244 *id = dev->tvnorm; in vidioc_g_std()
/linux-4.4.14/drivers/media/pci/zoran/
Dvideocodec.h242 struct tvnorm { struct
283 struct tvnorm * norm,
Dzoran_card.c335 static struct tvnorm f50sqpixel = { 944, 768, 83, 880, 625, 576, 16 };
336 static struct tvnorm f60sqpixel = { 780, 640, 51, 716, 525, 480, 12 };
337 static struct tvnorm f50ccir601 = { 864, 720, 75, 804, 625, 576, 18 };
338 static struct tvnorm f60ccir601 = { 858, 720, 57, 788, 525, 480, 16 };
340 static struct tvnorm f50ccir601_lml33 = { 864, 720, 75+34, 804, 625, 576, 18 };
341 static struct tvnorm f60ccir601_lml33 = { 858, 720, 57+34, 788, 525, 480, 16 };
344 static struct tvnorm f50sqpixel_dc10 = { 944, 768, 0, 880, 625, 576, 0 };
345 static struct tvnorm f60sqpixel_dc10 = { 780, 640, 0, 716, 525, 480, 12 };
350 static struct tvnorm f50ccir601_lm33r10 = { 864, 720, 74+54, 804, 625, 576, 18 };
351 static struct tvnorm f60ccir601_lm33r10 = { 858, 720, 56+54, 788, 525, 480, 16 };
[all …]
Dzoran.h253 struct tvnorm *tvn[3]; /* supported TV norms */
292 struct tvnorm *timing;
Dzr36016.c314 struct tvnorm *norm, in zr36016_set_video()
Dzr36050.c604 struct tvnorm *norm, in zr36050_set_video()
Dzr36060.c595 struct tvnorm *norm, in zr36060_set_video()
Dzoran_device.c331 struct tvnorm *tvn; in zr36057_set_vfe()
717 struct tvnorm *tvn; in zr36057_set_jpg()
/linux-4.4.14/drivers/media/tuners/
Dtda9887.c47 struct tvnorm { struct
136 static struct tvnorm tvnorms[] = {
244 static struct tvnorm radio_stereo = {
256 static struct tvnorm radio_mono = {
403 struct tvnorm *norm = NULL; in tda9887_set_tvnorm()
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-video.c189 if (dev->tvnorm & V4L2_STD_625_50) in cx25821_buffer_prepare()
366 maxh = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_try_fmt_vid_cap()
465 *tvnorms = chan->dev->tvnorm; in cx25821_vidioc_g_std()
475 if (dev->tvnorm == tvnorms) in cx25821_vidioc_s_std()
478 dev->tvnorm = tvnorms; in cx25821_vidioc_s_std()
480 chan->height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_s_std()
569 f->fmt.pix.height = (dev->tvnorm & V4L2_STD_625_50) ? 576 : 480; in cx25821_vidioc_try_fmt_vid_out()
695 dev->tvnorm = V4L2_STD_NTSC_M; in cx25821_video_register()
734 if (dev->tvnorm & V4L2_STD_625_50) in cx25821_video_register()
Dcx25821-medusa-video.c402 if (dev->tvnorm & V4L2_STD_PAL_BG || dev->tvnorm & V4L2_STD_PAL_DK) in medusa_set_videostandard()
Dcx25821.h270 v4l2_std_id tvnorm; member
Dcx25821-video-upstream.c623 out->is_60hz = dev->tvnorm & V4L2_STD_525_60; in cx25821_vidupstream_init()
/linux-4.4.14/drivers/media/pci/tw68/
Dtw68-video.c232 if (norm != dev->tvnorm) { in set_tvnorm()
235 dev->tvnorm = norm; in set_tvnorm()
272 const struct tw68_tvnorm *norm = dev->tvnorm; in tw68_set_scale()
311 v4l2_norm_to_name(dev->tvnorm->id)); in tw68_set_scale()
624 maxh = (dev->tvnorm->id & V4L2_STD_525_60) ? 480 : 576; in tw68_try_fmt_vid_cap()
785 *id = dev->tvnorm->id; in tw68_g_std()
934 tw_andorb(TW68_SDT, 0x07, dev->tvnorm->format); in tw68_set_tvnorm_hw()
Dtw68.h171 const struct tw68_tvnorm *tvnorm; /* video */ member
/linux-4.4.14/drivers/media/pci/ngene/
Dngene.h599 int tvnorm; member
706 int tvnorm; member
882 int tvnorm; member
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-streams.c140 buf->tvnorm != cx->std) { in cx18_prepare_buffer()
145 buf->tvnorm = cx->std; in cx18_prepare_buffer()
167 buf->tvnorm = cx->std; in cx18_prepare_buffer()
Dcx18-driver.h425 v4l2_std_id tvnorm; /* selected tv norm */ member
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c956 static int vpfe_g_std(struct file *file, void *priv, v4l2_std_id *tvnorm) in vpfe_g_std() argument
962 *tvnorm = video->stdid; in vpfe_g_std()