Lines Matching refs:dst_h
930 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local
932 dst_h = displayFrame.bottom - displayFrame.top; in isDownscaleRequired()
936 if(((src_w > dst_w) || (src_h > dst_h))) in isDownscaleRequired()
942 int dst_w, dst_h, src_w, src_h; in needsScaling() local
947 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling()
951 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling()
1331 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local
1352 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()
1357 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h; in calculate_crop_rects()
1892 int dst_h = dst.bottom - dst.top; in configColorLayer() local
1905 Dim pos(dst.left, dst.top, dst_w, dst_h); in configColorLayer()
2629 int dst_h = dst.bottom - dst.top; in setBwc() local
2641 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()