Lines Matching refs:dst_w
863 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local
864 dst_w = displayFrame.right - displayFrame.left; in isDownscaleRequired()
869 if(((src_w > dst_w) || (src_h > dst_h))) in isDownscaleRequired()
875 int dst_w, dst_h, src_w, src_h; in needsScaling() local
879 dst_w = displayFrame.right - displayFrame.left; in needsScaling()
887 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling()
1263 int dst_w = abs(dst.right - dst.left); in calculate_crop_rects() local
1275 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w; in calculate_crop_rects()
1280 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w; in calculate_crop_rects()
1811 int dst_w = dst.right - dst.left; in configColorLayer() local
1825 Dim pos(dst.left, dst.top, dst_w, dst_h); in configColorLayer()
2555 int dst_w = dst.right - dst.left; in setBwc() local
2572 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()