• 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_h

379 	    ("Adjust to height %d src_h %d dst_h %d src_y %d dst_y %d\n",
380 f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y);
410 reg_2918 = (f->dst_h << 16) | (f->src_h + src_minor_y);
412 reg_2918 = (f->dst_h << 16) | ((f->src_h + src_minor_y) << 1);
415 reg_291c = (f->dst_h << 16) | ((f->src_h + src_minor_uv) >> 1);
417 reg_291c = (f->dst_h << 16) | (f->src_h + src_minor_uv);
419 reg_2964_base = (src_minor_y * ((f->dst_h << 16) / f->src_h)) >> 14;
420 reg_2968_base = (src_minor_uv * ((f->dst_h << 16) / f->src_h)) >> 14;
422 if (f->dst_h / 2 >= f->src_h && !f->interlaced_y) {
423 master_height = (f->src_h * 0x00400000) / f->dst_h;
424 if ((f->src_h * 0x00400000) - (master_height * f->dst_h) >= f->dst_h / 2)
433 } else if (f->dst_h >= f->src_h) {
434 master_height = (f->src_h * 0x00400000) / f->dst_h;
450 } else if (f->dst_h >= f->src_h / 2) {
451 master_height = (f->src_h * 0x00200000) / f->dst_h;
468 master_height = (f->src_h * 0x00100000) / f->dst_h;
479 if (f->src_h == f->dst_h) {
518 if (f->src_h == f->dst_h) {
521 reg_2964 = 2 + ((f->dst_h << 1) / f->src_h);
536 if ((reg_2964 != 0x00010001) && (f->dst_h / 2 <= f->src_h))
548 if (f->src_h == f->dst_h) {
554 v_filter_1 = ((f->src_h << 16) / f->dst_h) >> 15;
662 if (f->src_h / f->dst_h >= 2) {
667 if ((osd_crop = f->src_h - 4 * f->dst_h) > 0) {
671 f->dst_h = f->src_h / 4;
672 f->dst_h += f->dst_h & 1;
677 if ((int)f->dst_w <= 2 || (int)f->dst_h <= 2 ||
683 osd_scale = (f->src_h << 16) / f->dst_h;
689 f->dst_h -= osd_crop;
695 if ((osd_crop = f->dst_h + f->dst_y - f->vis_h) > 0) {
697 f->dst_h -= osd_crop;
736 f->dst_h &= ~1;
743 f->dst_h &= ~1;
753 if (f->dst_h < f->src_h / 4) {
755 f->dst_h = f->src_h / 4;
756 f->dst_h += f->dst_h & 1;
760 if ((int)f->dst_w <= 2 || (int)f->dst_h <= 2 ||
772 if ((of->src_h != f->src_h) || (of->dst_h != f->dst_h) ||
968 nf->dst_h = args->dst.height;
995 if (nf->tru_h < 1021 && (nf->dst_h >= nf->src_h / 2))
1010 if (nf->tru_h < 1021 && (nf->dst_h >= nf->src_h / 2))