Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:src_h

701     int dst_w, dst_h, src_w, src_h;
705 src_h = sourceCrop.bottom - sourceCrop.top;
707 if(((src_w > dst_w) || (src_h > dst_h)))
713 int dst_w, dst_h, src_w, src_h;
720 src_h = sourceCrop.bottom - sourceCrop.top;
722 if(((src_w != dst_w) || (src_h != dst_h)))
2168 int src_h = crop.bottom - crop.top;
2172 swap(src_w, src_h);
2178 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horDscale,