Lines Matching refs:dst_w
688 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local
689 dst_w = displayFrame.right - displayFrame.left; in isDownscaleRequired()
694 if(((src_w > dst_w) || (src_h > dst_h))) in isDownscaleRequired()
700 int dst_w, dst_h, src_w, src_h; in needsScaling() local
704 dst_w = displayFrame.right - displayFrame.left; in needsScaling()
709 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling()
1044 int dst_w = abs(dst.right - dst.left); in calculate_crop_rects() local
1056 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w; in calculate_crop_rects()
1061 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w; in calculate_crop_rects()
1575 int dst_w = dst.right - dst.left; in configColorLayer() local
1589 Dim pos(dst.left, dst.top, dst_w, dst_h); in configColorLayer()
2178 int dst_w = dst.right - dst.left; in setBwc() local
2191 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()