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

/frameworks/native/services/surfaceflinger/
H A DLayerRejecter.cpp49 uint32_t bufHeight = buf->getHeight(); local
54 swap(bufWidth, bufHeight);
60 if (isFixedSize || (bufWidth == mFront.requested.w && bufHeight == mFront.requested.h)) {
97 mName, bufWidth, bufHeight, item.mTransform, item.mScalingMode, mFront.active.w,
104 if (mFront.active.w != bufWidth || mFront.active.h != bufHeight) {
107 "bufWidth=%d, bufHeight=%d, front.active.{w=%d, h=%d}",
108 mName, bufWidth, bufHeight, mFront.active.w, mFront.active.h);
H A DBufferLayer.cpp572 uint32_t bufHeight = getBE().compositionInfo.mBuffer->getHeight(); local
574 bufHeight != uint32_t(oldBuffer->height)) {
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp120 size_t bufHeight = mCropHeight; local
131 bufHeight = (mCropHeight + 1) & ~1;
138 bufHeight = (mCropHeight + 1) & ~1;
146 bufHeight = (mCropHeight + 1) & ~1;
162 bufHeight = (mCropHeight + 1) & ~1;
202 bufHeight));
219 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight);
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp170 int32_t bufHeight, // Height of the pixelBuffer
177 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize);
188 } else if (bufHeight < 0) {
197 size_t height = static_cast<size_t>(bufHeight);
167 produceFrame(const sp<ANativeWindow>& anw, uint8_t* pixelBuffer, int32_t bufWidth, int32_t bufHeight, int32_t pixelFmt, int32_t bufSize) argument

Completed in 135 milliseconds