Lines Matching refs:dst_h
688 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local
690 dst_h = displayFrame.bottom - displayFrame.top; 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
705 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling()
709 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling()
1046 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local
1067 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()
1072 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h; in calculate_crop_rects()
1579 int dst_h = dst.bottom - dst.top; in configColorLayer() local
1592 Dim pos(dst.left, dst.top, dst_w, dst_h); in configColorLayer()
2182 int dst_h = dst.bottom - dst.top; in setBwc() local
2194 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()