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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3323 const int32_t hw_h = hw->getHeight(); local
3325 static_cast<int32_t>(reqHeight) != hw_h;
3331 sourceCrop.setRightBottom(Point(hw_w, hw_h));
3344 if (sourceCrop.bottom > hw_h) {
3345 ALOGE("Invalid crop rect: b = %d (> %d)", sourceCrop.bottom, hw_h);
3353 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation);
3391 uint32_t hw_h = hw->getHeight(); local
3394 std::swap(hw_w, hw_h);
3397 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
3399 reqWidth, reqHeight, hw_w, hw_h);
[all...]
H A DSurfaceFlinger_hwc1.cpp3337 const int32_t hw_h = hw->getHeight(); local
3339 static_cast<int32_t>(reqHeight) != hw_h;
3345 sourceCrop.setRightBottom(Point(hw_w, hw_h));
3358 if (sourceCrop.bottom > hw_h) {
3359 ALOGE("Invalid crop rect: b = %d (> %d)", sourceCrop.bottom, hw_h);
3367 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation);
3407 uint32_t hw_h = hw->getHeight(); local
3410 std::swap(hw_w, hw_h);
3413 if ((reqWidth > hw_w) || (reqHeight > hw_h)) {
3415 reqWidth, reqHeight, hw_w, hw_h);
[all...]
H A DLayer.cpp1171 const uint32_t hw_h = hw->getHeight(); local
1204 position[i].y = hw_h - position[i].y;

Completed in 71 milliseconds