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
111 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
121 bufHeight = mCropHeight; in resetFormatIfChanged()
149 bufHeight)); in resetFormatIfChanged()
161 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight); in resetFormatIfChanged()
/frameworks/native/services/surfaceflinger/
DLayer.cpp1087 uint32_t bufHeight = buf->getHeight(); in latchBuffer() local
1092 swap(bufWidth, bufHeight); in latchBuffer()
1100 bufHeight == front.requested.h)) in latchBuffer()
1123 bufWidth, bufHeight, item.mTransform, item.mScalingMode, in latchBuffer()
1142 front.active.h != bufHeight) { in latchBuffer()
1145 bufWidth, bufHeight, front.active.w, front.active.h); in latchBuffer()
1228 uint32_t bufHeight = mActiveBuffer->getHeight(); in latchBuffer() local
1230 bufHeight != uint32_t(oldActiveBuffer->height)) { in latchBuffer()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp161 int32_t bufHeight, // Height of the pixelBuffer in produceFrame() argument
168 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize); in produceFrame()
179 } else if (bufHeight < 0) { in produceFrame()
188 size_t height = static_cast<size_t>(bufHeight); in produceFrame()