Searched defs:bufHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp106 size_t bufHeight = mCropHeight; local
117 bufHeight = (mCropHeight + 1) & ~1;
124 bufHeight = (mCropHeight + 1) & ~1;
132 bufHeight = (mCropHeight + 1) & ~1;
168 bufHeight));
180 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp151 int32_t bufHeight, // Height of the pixelBuffer
158 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize);
169 } else if (bufHeight < 0) {
178 size_t height = static_cast<size_t>(bufHeight);
148 produceFrame(const sp<ANativeWindow>& anw, uint8_t* pixelBuffer, int32_t bufWidth, int32_t bufHeight, int32_t pixelFmt, int32_t bufSize) argument
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1877 uint32_t bufHeight = buf->getHeight(); local
1882 swap(bufWidth, bufHeight);
1892 bufHeight == front.requested.h))
1917 bufWidth, bufHeight, item.mTransform, item.mScalingMode,
1930 front.active.h != bufHeight) {
1933 "bufWidth=%d, bufHeight=%d, front.active.{w=%d, h=%d}",
1934 name, bufWidth, bufHeight, front.active.w, front.active.h);
2111 uint32_t bufHeight = mActiveBuffer->getHeight(); local
2113 bufHeight != uint32_t(oldActiveBuffer->height)) {

Completed in 13 milliseconds