Searched refs:hw_h (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4191 const int32_t hw_h = hw->getHeight(); local
4193 static_cast<int32_t>(reqHeight) != hw_h;
4199 sourceCrop.setRightBottom(Point(hw_w, hw_h));
4212 if (sourceCrop.bottom > hw_h) {
4213 ALOGE("Invalid crop rect: b = %d (> %d)", sourceCrop.bottom, hw_h);
4221 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation);
4263 uint32_t hw_h = hw->getHeight(); local
4266 std::swap(hw_w, hw_h);
4269 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
4271 reqWidth, reqHeight, hw_w, hw_h);
[all...]
H A DSurfaceFlinger_hwc1.cpp3792 const int32_t hw_h = hw->getHeight(); local
3794 static_cast<int32_t>(reqHeight) != hw_h;
3800 sourceCrop.setRightBottom(Point(hw_w, hw_h));
3813 if (sourceCrop.bottom > hw_h) {
3814 ALOGE("Invalid crop rect: b = %d (> %d)", sourceCrop.bottom, hw_h);
3822 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation);
3866 uint32_t hw_h = hw->getHeight(); local
3869 std::swap(hw_w, hw_h);
3872 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
3874 reqWidth, reqHeight, hw_w, hw_h);
[all...]
H A DLayer.cpp1385 const uint32_t hw_h = hw->getHeight(); local
1414 position[i].y = hw_h - position[i].y;

Completed in 165 milliseconds