Lines Matching refs:dst_w
701 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local
702 dst_w = displayFrame.right - displayFrame.left; in isDownscaleRequired()
707 if(((src_w > dst_w) || (src_h > dst_h))) in isDownscaleRequired()
713 int dst_w, dst_h, src_w, src_h; in needsScaling() local
717 dst_w = displayFrame.right - displayFrame.left; in needsScaling()
722 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling()
1058 int dst_w = abs(dst.right - dst.left); in calculate_crop_rects() local
1070 leftCutRatio = (double)(sci_l - dst_l) / (double)dst_w; in calculate_crop_rects()
1075 rightCutRatio = (double)(dst_r - sci_r) / (double)dst_w; in calculate_crop_rects()
1570 int dst_w = dst.right - dst.left; in configColorLayer() local
1584 Dim pos(dst.left, dst.top, dst_w, dst_h); in configColorLayer()
2167 int dst_w = dst.right - dst.left; in setBwc() local
2176 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horDscale, in setBwc()