Home
last modified time | relevance | path

Searched refs:hw_h (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3253 const int32_t hw_h = hw->getHeight(); in renderScreenImplLocked() local
3255 static_cast<int32_t>(reqHeight) != hw_h; in renderScreenImplLocked()
3261 sourceCrop.setRightBottom(Point(hw_w, hw_h)); in renderScreenImplLocked()
3274 if (sourceCrop.bottom > hw_h) { in renderScreenImplLocked()
3275 ALOGE("Invalid crop rect: b = %d (> %d)", sourceCrop.bottom, hw_h); in renderScreenImplLocked()
3283 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation); in renderScreenImplLocked()
3322 uint32_t hw_h = hw->getHeight(); in captureScreenImplLocked() local
3325 std::swap(hw_w, hw_h); in captureScreenImplLocked()
3328 if ((reqWidth > hw_w) || (reqHeight > hw_h)) { in captureScreenImplLocked()
3330 reqWidth, reqHeight, hw_w, hw_h); in captureScreenImplLocked()
[all …]
DLayer.cpp823 const uint32_t hw_h = hw->getHeight(); in computeGeometry() local
837 position[i].y = hw_h - position[i].y; in computeGeometry()