Searched refs:hw_w (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4190 const int32_t hw_w = hw->getWidth(); local
4192 const bool filtering = static_cast<int32_t>(reqWidth) != hw_w ||
4199 sourceCrop.setRightBottom(Point(hw_w, hw_h));
4206 if (sourceCrop.right > hw_w) {
4207 ALOGE("Invalid crop rect: r = %d (> %d)", sourceCrop.right, hw_w);
4262 uint32_t hw_w = hw->getWidth(); local
4266 std::swap(hw_w, hw_h);
4269 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
4271 reqWidth, reqHeight, hw_w, hw_h);
4275 reqWidth = (!reqWidth) ? hw_w
[all...]
H A DSurfaceFlinger_hwc1.cpp3791 const int32_t hw_w = hw->getWidth(); local
3793 const bool filtering = static_cast<int32_t>(reqWidth) != hw_w ||
3800 sourceCrop.setRightBottom(Point(hw_w, hw_h));
3807 if (sourceCrop.right > hw_w) {
3808 ALOGE("Invalid crop rect: r = %d (> %d)", sourceCrop.right, hw_w);
3865 uint32_t hw_w = hw->getWidth(); local
3869 std::swap(hw_w, hw_h);
3872 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
3874 reqWidth, reqHeight, hw_w, hw_h);
3878 reqWidth = (!reqWidth) ? hw_w
[all...]

Completed in 155 milliseconds