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

/frameworks/native/services/surfaceflinger/
H A DLayerRejecter.cpp48 uint32_t bufHeight = buf->getHeight(); local
53 swap(bufWidth, bufHeight);
59 if (isFixedSize || (bufWidth == mFront.requested.w && bufHeight == mFront.requested.h)) {
96 mName, bufWidth, bufHeight, item.mTransform, item.mScalingMode, mFront.active.w,
103 if (mFront.active.w != bufWidth || mFront.active.h != bufHeight) {
106 "bufWidth=%d, bufHeight=%d, front.active.{w=%d, h=%d}",
107 mName, bufWidth, bufHeight, mFront.active.w, mFront.active.h);
H A DLayer.cpp2285 uint32_t bufHeight = mActiveBuffer->getHeight(); local
2287 bufHeight != uint32_t(oldActiveBuffer->height)) {
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp108 size_t bufHeight = mCropHeight; local
119 bufHeight = (mCropHeight + 1) & ~1;
126 bufHeight = (mCropHeight + 1) & ~1;
134 bufHeight = (mCropHeight + 1) & ~1;
170 bufHeight));
182 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

Completed in 583 milliseconds