Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:src_h

688     int dst_w, dst_h, src_w, src_h;
692 src_h = sourceCrop.bottom - sourceCrop.top;
694 if(((src_w > dst_w) || (src_h > dst_h)))
700 int dst_w, dst_h, src_w, src_h;
707 src_h = sourceCrop.bottom - sourceCrop.top;
709 if(((src_w != dst_w) || (src_h != dst_h)))
2180 int src_h = crop.bottom - crop.top;
2184 swap(src_w, src_h);
2194 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci,