Home
last modified time | relevance | path

Searched refs:bufHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp102 size_t bufWidth, bufHeight; in resetFormatIfChanged() local
112 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
122 bufHeight = mCropHeight; in resetFormatIfChanged()
150 bufHeight)); in resetFormatIfChanged()
162 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight); in resetFormatIfChanged()
/frameworks/native/services/surfaceflinger/
DLayer.cpp1142 uint32_t bufHeight = buf->getHeight(); in latchBuffer() local
1147 swap(bufWidth, bufHeight); in latchBuffer()
1155 bufHeight == front.requested.h)) in latchBuffer()
1178 bufWidth, bufHeight, item.mTransform, item.mScalingMode, in latchBuffer()
1197 front.active.h != bufHeight) { in latchBuffer()
1200 bufWidth, bufHeight, front.active.w, front.active.h); in latchBuffer()
1289 uint32_t bufHeight = mActiveBuffer->getHeight(); in latchBuffer() local
1291 bufHeight != uint32_t(oldActiveBuffer->height)) { in latchBuffer()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp162 int32_t bufHeight, // Height of the pixelBuffer in produceFrame() argument
169 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize); in produceFrame()
180 } else if (bufHeight < 0) { in produceFrame()
189 size_t height = static_cast<size_t>(bufHeight); in produceFrame()