Lines Matching refs:dst_h
863 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local
865 dst_h = displayFrame.bottom - displayFrame.top; 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
880 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling()
887 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling()
1264 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local
1285 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()
1290 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h; in calculate_crop_rects()
1814 int dst_h = dst.bottom - dst.top; in configColorLayer() local
1827 Dim pos(dst.left, dst.top, dst_w, dst_h); in configColorLayer()
2558 int dst_h = dst.bottom - dst.top; in setBwc() local
2574 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()