Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3122 const uint32_t hw_h = hw->getHeight(); in renderScreenImplLocked() local
3123 const bool filtering = reqWidth != hw_w || reqWidth != hw_h; in renderScreenImplLocked()
3129 sourceCrop.setRightBottom(Point(hw_w, hw_h)); in renderScreenImplLocked()
3142 if (static_cast<uint32_t>(sourceCrop.bottom) > hw_h) { in renderScreenImplLocked()
3143 ALOGE("Invalid crop rect: b = %d (> %d)", sourceCrop.bottom, hw_h); in renderScreenImplLocked()
3151 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation); in renderScreenImplLocked()
3190 const uint32_t hw_h = hw->getHeight(); in captureScreenImplLocked() local
3192 if ((reqWidth > hw_w) || (reqHeight > hw_h)) { in captureScreenImplLocked()
3194 reqWidth, reqHeight, hw_w, hw_h); in captureScreenImplLocked()
3199 reqHeight = (!reqHeight) ? hw_h : reqHeight; in captureScreenImplLocked()
DLayer.cpp786 const uint32_t hw_h = hw->getHeight(); in computeGeometry() local
800 position[i].y = hw_h - position[i].y; in computeGeometry()