• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/

Lines Matching refs:dst_w

213 	    ("Adjust to width %d src_w %d dst_w %d src_x %d dst_x %d\n",
214 f->tru_w, f->src_w, f->dst_w, f->src_x, f->dst_x);
220 reg_2834 = f->dst_w;
236 if ((f->tru_x - f->pan_x > -1) && (f->tru_x - f->pan_x <= 40) && (f->dst_w >= 680))
238 else if ((f->tru_x - f->pan_x < 0) && (f->tru_x - f->pan_x >= -20) && (f->dst_w >= 660))
241 if (f->dst_w >= f->src_w)
247 if (f->dst_w < f->src_w)
253 reg_2870_offset = (f->src_x * ((f->dst_w << 21) / f->src_w)) >> 19;
255 if (f->dst_w >= f->src_w) {
257 master_width = (f->src_w * 0x00200000) / (f->dst_w);
258 if (master_width * f->dst_w != f->src_w * 0x00200000)
269 (src_w - dst_w) / (src_w / 4) */
270 if (f->dst_w > f->src_w)
271 reg_2870_base = ((f->dst_w - f->src_w)<<16) / (f->src_w <<14);
277 } else if (f->dst_w < f->src_w / 2) {
278 master_width = (f->src_w * 0x00080000) / f->dst_w;
279 if (master_width * f->dst_w != f->src_w * 0x00080000)
289 reg_2870 += (5 - (((f->src_w + f->src_w / 2) - 1) / f->dst_w)) << 16;
292 master_width = (f->src_w * 0x00100000) / f->dst_w;
293 if (master_width * f->dst_w != f->src_w * 0x00100000)
303 reg_2870 += (5 - (((f->src_w * 3) - 1) / f->dst_w)) << 16;
308 if (f->src_w == f->dst_w) {
313 h_filter = ((f->src_w << 16) / f->dst_w) >> 15;
654 if ((osd_crop = f->src_w - 4 * f->dst_w) > 0) {
657 f->dst_w = f->src_w / 4;
658 f->dst_w += f->dst_w & 1;
677 if ((int)f->dst_w <= 2 || (int)f->dst_h <= 2 ||
701 osd_scale = (f->src_w << 16) / f->dst_w;
707 f->dst_w -= osd_crop;
713 if ((osd_crop = f->dst_w + f->dst_x - f->vis_w) > 0) {
715 f->dst_w -= osd_crop;
727 f->dst_w &= ~1;
734 f->dst_w &= ~1;
748 if (f->dst_w < f->src_w / 4) {
750 f->dst_w = f->src_w / 4;
751 f->dst_w += f->dst_w & 1;
760 if ((int)f->dst_w <= 2 || (int)f->dst_h <= 2 ||
766 if ((of->dst_w != f->dst_w) || (of->src_w != f->src_w) ||
967 nf->dst_w = args->dst.width;