Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp106 size_t bufHeight = mCropHeight; in resetFormatIfChanged() local
117 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
124 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
132 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged()
168 bufHeight)); in resetFormatIfChanged()
180 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight); in resetFormatIfChanged()
/frameworks/native/services/surfaceflinger/
DLayer.cpp1220 uint32_t bufHeight = buf->getHeight(); in latchBuffer() local
1225 swap(bufWidth, bufHeight); in latchBuffer()
1233 bufHeight == front.requested.h)) in latchBuffer()
1256 bufWidth, bufHeight, item.mTransform, item.mScalingMode, in latchBuffer()
1275 front.active.h != bufHeight) { in latchBuffer()
1278 bufWidth, bufHeight, front.active.w, front.active.h); in latchBuffer()
1408 uint32_t bufHeight = mActiveBuffer->getHeight(); in latchBuffer() local
1410 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()