Lines Matching refs:dst_x
223 ("Adjust to width %d src_w %d dst_w %d src_x %d dst_x %d\n",
224 f->tru_w, f->src_w, f->dst_w, f->src_x, f->dst_x);
234 reg_2890 = f->dst_x;
262 /* We're also using 2870 to shift the image left (src_x & negative dst_x) */
715 if ((osd_crop = f->pan_x - f->dst_x) > 0) {
720 f->dst_x = 0;
722 f->dst_x -= f->pan_x;
725 if ((osd_crop = f->dst_w + f->dst_x - f->vis_w) > 0) {
733 f->dst_x += itv->yuv_info.osd_x_offset;
740 f->dst_x &= ~1;
779 (of->dst_x != f->dst_x) || (of->src_x != f->src_x) ||
979 nf->dst_x = args->dst.left;