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/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp151 int32_t bufHeight, // Height of the pixelBuffer in produceFrame() argument
158 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize); in produceFrame()
169 } else if (bufHeight < 0) { in produceFrame()
178 size_t height = static_cast<size_t>(bufHeight); in produceFrame()
/frameworks/native/services/surfaceflinger/
DLayer.cpp1788 uint32_t bufHeight = buf->getHeight(); local
1793 swap(bufWidth, bufHeight);
1803 bufHeight == front.requested.h))
1828 bufWidth, bufHeight, item.mTransform, item.mScalingMode,
1841 front.active.h != bufHeight) {
1845 name, bufWidth, bufHeight, front.active.w, front.active.h);
2015 uint32_t bufHeight = mActiveBuffer->getHeight(); local
2017 bufHeight != uint32_t(oldActiveBuffer->height)) {