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.cpp579 uint32_t bufHeight = buf->getHeight(); local
584 swap(bufWidth, bufHeight);
593 bufHeight == front.requested.h))
616 bufWidth, bufHeight, item.mTransform, item.mScalingMode,
635 front.active.h != bufHeight) {
683 uint32_t bufHeight = mActiveBuffer->getHeight(); local
685 bufHeight != uint32_t(oldActiveBuffer->height)) {

Completed in 55 milliseconds