Searched defs:tvnorm (Results 1 - 13 of 13) sorted by relevance

/drivers/media/video/bt8xx/
H A Dbttv-vbi.c50 really stores 1024 + tvnorm->vbipack * 4 samples per line in the
51 buffer. Note tvnorm->vbipack is <= 0xFF (limit of VBIPACK_LO + HI
110 const struct bttv_tvnorm *tvnorm; local
119 tvnorm = fh->vbi_fmt.tvnorm;
124 standard changes while capturing, so we use vbi_fmt.tvnorm
125 instead of btv->tvnorm to skip zero lines after video
133 - tvnorm->vbistart[0]));
136 - tvnorm->vbistart[1]));
192 if (fh->vbi_fmt.end >= tvnorm
245 try_fmt(struct v4l2_vbi_format *f, const struct bttv_tvnorm *tvnorm, __s32 crop_start) argument
316 const struct bttv_tvnorm *tvnorm; local
334 const struct bttv_tvnorm *tvnorm; local
381 const struct bttv_tvnorm *tvnorm; local
421 const struct bttv_tvnorm *tvnorm; local
[all...]
H A Dbttv-risc.c338 const struct bttv_tvnorm *tvnorm)
343 int swidth = tvnorm->swidth;
344 int totalwidth = tvnorm->totalwidth;
345 int scaledtwidth = tvnorm->scaledtwidth;
353 vdelay = tvnorm->vdelay;
357 geo->hdelay = tvnorm->hdelayx1;
360 sr = ((tvnorm->sheight >> (interleaved?0:1))*512)/height - 512;
363 ((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0);
367 geo->sheight = tvnorm->sheight;
368 geo->vtotal = tvnorm
336 bttv_calc_geo_old(struct bttv *btv, struct bttv_geometry *geo, int width, int height, int interleaved, const struct bttv_tvnorm *tvnorm) argument
380 bttv_calc_geo(struct bttv * btv, struct bttv_geometry * geo, unsigned int width, unsigned int height, int both_fields, const struct bttv_tvnorm * tvnorm, const struct v4l2_rect * crop) argument
709 const struct bttv_tvnorm *tvnorm = bttv_tvnorms + buf->tvnorm; local
[all...]
H A Dbttvp.h161 unsigned int tvnorm; member in struct:bttv_buffer
180 unsigned int tvnorm; member in struct:bttv_overlay
192 const struct bttv_tvnorm *tvnorm; member in struct:bttv_vbi_fmt
422 unsigned int tvnorm; member in struct:bttv
H A Dbttv-driver.c925 const struct bttv_tvnorm *tvnorm; local
928 tvnorm = &bttv_tvnorms[btv->tvnorm];
929 btv->crop_start = tvnorm->cropcap.bounds.top
930 + tvnorm->cropcap.bounds.height;
1052 int table_idx = bttv_tvnorms[btv->tvnorm].sram;
1053 int fsc = bttv_tvnorms[btv->tvnorm].Fsc;
1304 const struct bttv_tvnorm *tvnorm; local
1308 BUG_ON(btv->tvnorm >= BTTV_TVNORMS);
1310 tvnorm
[all...]
/drivers/media/common/tuners/
H A 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;
421 tuner_dbg("Unsupported tvnorm entry - audio muted\n");
557 overwriting any changes made by the tvnorm. This means that it
559 these values in case of changes in the tvnorm.
/drivers/media/video/zoran/
H A Dvideocodec.h246 struct tvnorm {
287 struct tvnorm * norm,
242 struct tvnorm { struct
/drivers/media/video/cx25821/
H A Dcx25821-video.c172 dev->tvnorm = norm;
524 dev->tvnorm = cx25821_video_device.current_norm;
525 cx25821_set_tvnorm(dev, dev->tvnorm);
617 if (dev->tvnorm & V4L2_STD_PAL_BG ||
618 dev->tvnorm & V4L2_STD_PAL_DK)
833 if (dev->tvnorm & V4L2_STD_PAL_BG || dev->tvnorm & V4L2_STD_PAL_DK)
1008 if (cx25821_is_valid_width(f->fmt.pix.width, dev->tvnorm))
1011 if (cx25821_is_valid_height(f->fmt.pix.height, dev->tvnorm))
1241 if (dev->tvnorm
1663 cx25821_is_valid_width(u32 width, v4l2_std_id tvnorm) argument
1681 cx25821_is_valid_height(u32 height, v4l2_std_id tvnorm) argument
[all...]
H A Dcx25821.h297 v4l2_std_id tvnorm; member in struct:cx25821_dev
/drivers/media/video/cx18/
H A Dcx18-driver.h423 v4l2_std_id tvnorm; /* selected tv norm */ member in struct:cx18_videobuf_buffer
/drivers/media/video/cx23885/
H A Dcx23885.h404 v4l2_std_id tvnorm; member in struct:cx23885_dev
/drivers/media/video/cx88/
H A Dcx88.h377 v4l2_std_id tvnorm; member in struct:cx88_core
/drivers/media/dvb/ngene/
H A Dngene.h599 int tvnorm; member in struct:ngene_overlay
706 int tvnorm; member in struct:ngene_channel
882 int tvnorm; member in struct:ngene_buffer
/drivers/media/video/saa7134/
H A Dsaa7134.h598 struct saa7134_tvnorm *tvnorm; /* video */ member in struct:saa7134_dev

Completed in 317 milliseconds