Lines Matching refs:dst_h
701 int dst_w, dst_h, src_w, src_h; in isDownscaleRequired() local
703 dst_h = displayFrame.bottom - displayFrame.top; 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
718 dst_h = displayFrame.bottom - displayFrame.top; in needsScaling()
722 if(((src_w != dst_w) || (src_h != dst_h))) in needsScaling()
1059 int dst_h = abs(dst.bottom - dst.top); in calculate_crop_rects() local
1080 topCutRatio = (double)(sci_t - dst_t) / (double)dst_h; in calculate_crop_rects()
1085 bottomCutRatio = (double)(dst_b - sci_b) / (double)dst_h; in calculate_crop_rects()
1571 int dst_h = dst.bottom - dst.top; in configColorLayer() local
1584 Dim pos(dst.left, dst.top, dst_w, dst_h); in configColorLayer()
2168 int dst_h = dst.bottom - dst.top; in setBwc() local
2176 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horDscale, in setBwc()