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

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp65 size_t bufWidth, bufHeight; local
74 bufHeight = (mCropHeight + 1) & ~1;
84 bufHeight = mCropHeight;
112 bufHeight,
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp578 uint32_t bufHeight = buf->getHeight(); local
583 swap(bufWidth, bufHeight);
592 bufHeight == front.requested.h))
615 bufWidth, bufHeight, item.mTransform, item.mScalingMode,
634 front.active.h != bufHeight) {
682 uint32_t bufHeight = mActiveBuffer->getHeight(); local
684 bufHeight != uint32_t(oldActiveBuffer->height)) {

Completed in 485 milliseconds