Searched refs:norm (Results 26 - 50 of 116) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/zoran/
H A Dzr36060.c591 /* set picture size (norm is ignored as the codec doesn't know about it) */
594 struct tvnorm *norm,
607 * we allow invalid startx/y and norm for now ... */
660 reg = norm->Ht - 1; /* Vtotal */
664 reg = norm->Wt - 1; /* Htotal */
672 ///*CP*/ reg = (zr->params.norm == 1 ? 57 : 68);
676 reg = norm->VStart - 1; /* BVstart */
679 reg += norm->Ha / 2; /* BVend */
683 reg = norm->HStart - 1; /* BHstart */
686 reg += norm
593 zr36060_set_video(struct videocodec *codec, struct tvnorm *norm, struct vfe_settings *cap, struct vfe_polarity *pol) argument
[all...]
H A Dzoran.h55 int norm; /* Returned: ZORAN_VIDMODE_PAL or ZORAN_VIDMODE_NTSC */ member in struct:zoran_status
69 int norm; /* Norm: ZORAN_VIDMODE_PAL or ZORAN_VIDMODE_NTSC */ member in struct:zoran_params
408 int input; /* card's norm and input */
409 v4l2_std_id norm; member in struct:zoran
H A Dvideocodec.h97 with the last defined norm/size (or device default if not
99 set_size -> this fn-ref. sets the norm and image size for
101 the norm param is defined in videodev2.h (V4L2_STD_*)
285 // setup picture size and norm (for the codec's video frontend)
287 struct tvnorm * norm,
H A Dzoran_driver.c936 * on norm-change! */
1411 v4l2_std_id norm)
1424 if (!(norm & zr->card.norms)) {
1426 KERN_ERR "%s: %s - unsupported norm %llx\n",
1427 ZR_DEVNAME(zr), __func__, norm);
1431 if (norm == V4L2_STD_ALL) {
1445 "%s: %s - no norm detected\n",
1447 /* reset norm */
1448 decoder_call(zr, core, s_std, zr->norm);
1452 norm
1410 zoran_set_norm(struct zoran *zr, v4l2_std_id norm) argument
1734 v4l2_std_id norm; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsaa7185.c54 v4l2_std_id norm; member in struct:saa7185
162 /* 0x61 - 0x66 set according to norm */
228 if (encoder->norm & V4L2_STD_NTSC)
245 encoder->norm = std;
334 encoder->norm = V4L2_STD_NTSC;
H A Dbt819.c59 v4l2_std_id norm; member in struct:bt819
189 struct timing *timing = &timing_data[(decoder->norm & V4L2_STD_525_60) ? 1 : 0];
203 init[0x15 * 2 - 1] = (decoder->norm & V4L2_STD_625_50) ? 115 : 93; /* Chroma burst delay */
252 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std);
276 v4l2_dbg(1, debug, sd, "unsupported norm %llx\n",
291 decoder->norm = std;
507 decoder->norm = V4L2_STD_NTSC;
H A Dadv7170.c58 v4l2_std_id norm; member in struct:adv7170
199 v4l2_dbg(1, debug, sd, "set norm %llx\n", (unsigned long long)std);
214 v4l2_dbg(1, debug, sd, "illegal norm: %llx\n",
219 encoder->norm = std;
307 encoder->norm = V4L2_STD_NTSC;
H A Dtvp5150.c72 v4l2_std_id norm; /* Current set standard */ member in struct:tvp5150
608 v4l2_std_id std = decoder->norm;
655 v4l2_std_id std = decoder->norm;
688 decoder->norm = std;
719 if (decoder->norm == std)
768 tvp5150_set_std(sd, decoder->norm);
1027 core->norm = V4L2_STD_ALL; /* Default is autodetect */
H A Dsaa7191.h194 int norm; member in struct:saa7191_status
H A Dvp27smpx.c87 static int vp27smpx_s_std(struct v4l2_subdev *sd, v4l2_std_id norm) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dwis-tw9903.c28 int norm; member in struct:wis_tw9903
60 0x1c, 0x0f, /* video norm */
61 0x1d, 0x7f, /* video norm */
126 dec->norm = *input;
235 dec->norm = V4L2_STD_NTSC;
H A Dwis-tw2804.c29 int norm; member in struct:wis_tw2804
178 dec->norm = *input;
309 dec->norm = V4L2_STD_NTSC;
H A Dwis-saa7115.c28 int norm; member in struct:wis_saa7115
224 int v_scaling_increment = (dec->norm & V4L2_STD_NTSC ?
281 dec->norm = *input;
411 dec->norm = V4L2_STD_NTSC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-video.c541 static void set_tvnorm(struct saa7134_dev *dev, struct saa7134_tvnorm *norm) argument
543 dprintk("set tv norm = %s\n",norm->name);
544 dev->tvnorm = norm;
547 dev->crop_bounds.left = norm->h_start;
548 dev->crop_defrect.left = norm->h_start;
549 dev->crop_bounds.width = norm->h_stop - norm->h_start +1;
550 dev->crop_defrect.width = norm->h_stop - norm
576 struct saa7134_tvnorm *norm = dev->tvnorm; local
1556 struct saa7134_tvnorm *norm = dev->tvnorm; local
2389 radio_s_std(struct file *file, void *fh, v4l2_std_id *norm) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dresample.c85 double norm = 0; local
110 norm += y;
117 ((int16_t*)filter)[ph * alloc + i] = av_clip(lrintf(tab[i] * scale / norm), INT16_MIN, INT16_MAX);
121 ((int32_t*)filter)[ph * alloc + i] = av_clipl_int32(llrint(tab[i] * scale / norm));
125 ((float*)filter)[ph * alloc + i] = tab[i] * scale / norm;
129 ((double*)filter)[ph * alloc + i] = tab[i] * scale / norm;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dresample2.c113 double norm = 0; local
136 norm += y;
142 filter[ph * tap_count + i] = tab[i] / norm;
144 filter[ph * tap_count + i] = av_clip(lrintf(tab[i] * scale / norm), FELEM_MIN, FELEM_MAX);
H A Dwma.c372 float norm; local
374 norm = (1.0 / (float)(1LL << 31)) * sqrt(3) * s->noise_mult;
377 s->noise_table[i] = (float)((int)seed) * norm;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dresample2.c116 double norm = 0; local
139 norm += y;
145 filter[ph * tap_count + i] = tab[i] / norm;
147 filter[ph * tap_count + i] = av_clip(lrintf(tab[i] * scale / norm), FELEM_MIN, FELEM_MAX);
H A Dwma.c334 float norm; local
336 norm = (1.0 / (float)(1LL << 31)) * sqrt(3) * s->noise_mult;
339 s->noise_table[i] = (float)((int)seed) * norm;
H A Dopus_celt.c1104 /* Compute the norm of X+Y and X-Y as |X|^2 + |Y|^2 +/- sum(xy) */
1211 uint64_t norm = 0; local
1242 norm += val * val;
1264 norm += val * val;
1282 norm += val * val;
1288 norm += val * val;
1291 return norm;
1680 float norm = pow(2, frame->energy[i] + celt_mean_energy[i]); local
1683 dst[j] *= norm;
1883 float norm[ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tm6000/
H A Dtm6000.h160 v4l2_std_id norm; /* Current norm */ member in struct:tm6000_core
296 int tm6000_set_standard(struct tm6000_core *dev, v4l2_std_id *norm);
H A Dtm6000-stds.c766 if (dev->norm & V4L2_STD_525_60)
822 int tm6000_set_standard(struct tm6000_core *dev, v4l2_std_id * norm) argument
826 dev->norm = *norm;
832 if (*norm & tv_stds[i].id) {
840 if (*norm & svideo_stds[i].id) {
850 if (*norm & composite_stds[i].id) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-video.h99 extern int cx25821_set_tvnorm(struct cx25821_dev *dev, v4l2_std_id norm);
181 extern int cx25821_vidioc_querystd(struct file *file, void *priv, v4l2_std_id * norm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88.h96 static unsigned int inline norm_maxw(v4l2_std_id norm) argument
98 return (norm & (V4L2_STD_MN & ~V4L2_STD_PAL_Nc)) ? 720 : 768;
102 static unsigned int inline norm_maxh(v4l2_std_id norm) argument
104 return (norm & V4L2_STD_625_50) ? 576 : 480;
600 extern int cx88_set_tvnorm(struct cx88_core *core, v4l2_std_id norm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-vbi.c180 height = ((dev->norm & V4L2_STD_625_50) ?
231 height = ((dev->norm & V4L2_STD_625_50) ?
418 dma_q->lines_per_field = ((dev->norm & V4L2_STD_625_50) ?
698 height = ((dev->norm & V4L2_STD_625_50) ?

Completed in 267 milliseconds

12345