Lines Matching refs:dst_y
389 ("Adjust to height %d src_h %d dst_h %d src_y %d dst_y %d\n",
390 f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y);
519 if (f->dst_y < 0)
520 reg_289c = (reg_289c - ((f->dst_y & ~1)<<15))-(f->dst_y >>1);
522 reg_289c = (reg_289c + ((f->dst_y & ~1)<<15))+(f->dst_y >>1);
697 if ((osd_crop = f->pan_y - f->dst_y) > 0) {
702 f->dst_y = 0;
704 f->dst_y -= f->pan_y;
707 if ((osd_crop = f->dst_h + f->dst_y - f->vis_h) > 0) {
734 f->dst_y += itv->yuv_info.osd_y_offset;
749 f->dst_y &= ~1;
785 (of->dst_y != f->dst_y) || (of->src_y != f->src_y) ||
980 nf->dst_y = args->dst.top;