Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:src_h

863     int dst_w, dst_h, src_w, src_h;
867 src_h = sourceCrop.bottom - sourceCrop.top;
869 if(((src_w > dst_w) || (src_h > dst_h)))
875 int dst_w, dst_h, src_w, src_h;
882 src_h = sourceCrop.bottom - sourceCrop.top;
885 swap(src_w, src_h);
887 if(((src_w != dst_w) || (src_h != dst_h)))
2556 int src_h = crop.bottom - crop.top;
2560 swap(src_w, src_h);
2567 if(src_h > 4092) {
2574 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci,