Searched refs:decimation (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzr36016.c312 cap->decimation);
332 ptr->xdec = ((cap->decimation & 0xff) == 1) ? 0 : 1;
333 ptr->ydec = (((cap->decimation >> 8) & 0xff) == 1) ? 0 : 1;
H A Dvideocodec.h242 __u16 decimation; /* Decimation divider */
238 __u16 decimation; /* Decimation divider */ member in struct:vfe_settings
H A Dzoran.h64 int decimation; /* decimation of captured video, member in struct:zoran_params
70 /* The following parameters only have to be set if decimation==0,
71 * for other values of decimation they provide the data how the image is captured */
73 int HorDcm; /* Horizontal decimation: 1, 2 or 4 */
74 int VerDcm; /* Vertical decimation: 1 or 2 */
75 int TmpDcm; /* Temporal decimation: 1 or 2,
81 int img_width; /* image width BEFORE decimation,
83 int img_height; /* image height BEFORE decimation,
86 /* --- End of parameters for decimation
285 int decimation; /* this bit is used to set everything to default */ member in struct:zoran_jpg_settings
[all...]
H A Dvino.c17 * - check decimation, calculating and reporting image size when
18 * using decimation
267 unsigned int decimation; member in struct:vino_channel_settings
1436 unsigned int d = vcs->decimation;
1464 d = vcs->decimation;
1501 vcs->clipping.bottom, vcs->decimation, vcs->line_size);
1533 vcs->decimation = d;
1538 vcs->decimation, vcs->line_size);
1679 vcs->decimation) *
1681 vcs->decimation) *
[all...]
H A Dzr36060.c324 /* horizontal 422 decimation setup (maybe we support 411 or so later, too) */
607 cap->x, cap->y, cap->width, cap->height, cap->decimation);
612 ptr->width = cap->width / (cap->decimation & 0xff);
613 ptr->height = cap->height / (cap->decimation >> 8);
633 switch (cap->decimation & 0xff) {
647 switch (cap->decimation >> 8) {
734 * buz can't handle more at decimation=1... Use low_bitrate if
H A Dcpia.h193 u8 decimation; member in struct:cam_params::__anon5014
H A Dzoran_card.c859 ZR_DEVNAME(zr), settings->decimation, settings->HorDcm,
866 /* Check decimation, set default values for decimation = 1, 2, 4 */
867 switch (settings->decimation) {
951 "%s: check_jpg_settings() - error in params for decimation = 0\n",
959 "%s: check_jpg_settings() - decimation = %d, must be 0, 1, 2 or 4\n",
960 ZR_DEVNAME(zr), settings->decimation);
1023 zr->jpg_settings.decimation = 1;
H A Dzr36050.c334 /* horizontal 422 decimation setup (maybe we support 411 or so later, too) */
619 cap->decimation, cap->quality);
623 ptr->width = cap->width / (cap->decimation & 0xff);
624 ptr->height = cap->height / ((cap->decimation >> 8) & 0xff);
H A Dcpia.c477 cam->params.compression.decimation ==
1131 new_params.compression.decimation = 0;
1133 new_params.compression.decimation = 1;
2049 int ll, in_uyvy, compressed, decimation, even_line, origsize, out_fmt; local
2107 LOG("illegal decimation %d\n",ibuf[29]);
2111 decimation = (ibuf[29] == DECIMATION_ENAB);
2181 if(decimation) {
2190 if(!decimation)
2199 if(decimation) {
2376 cam->params.compression.decimation,
[all...]
H A Dzoran_driver.c2421 bparams->decimation = fh->jpg_settings.decimation;
2460 settings.decimation = bparams->decimation;
2932 settings.decimation = 0;
4152 settings.decimation = 0;
H A Dzoran_device.c1033 cap.decimation =
H A Dov511.c4047 if (vc->decimation)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dbtaudio.c142 int decimation; member in struct:btaudio
270 (bta->decimation << 8),
282 (bta->decimation << 8),
646 bta->decimation = i;
653 bta->decimation = 0;
664 return put_user(HWBASE_AD*4/bta->decimation>>bta->sampleshift, p);
929 bta->decimation = 15;
931 bta->decimation = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvideodev.h145 __u16 decimation; /* Decimation divider */ member in struct:video_capture
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dbt87x.c94 #define CTL_DA_SDR_SHIFT 8 /* DDF first stage decimation rate */
456 int decimation; local
460 decimation = (ANALOG_CLOCK + runtime->rate / 4) / runtime->rate;
461 chip->reg_control |= decimation << CTL_DA_SDR_SHIFT;

Completed in 171 milliseconds