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

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp102 size_t bufWidth, bufHeight; local
112 bufHeight = (mCropHeight + 1) & ~1;
122 bufHeight = mCropHeight;
150 bufHeight));
162 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1142 uint32_t bufHeight = buf->getHeight(); local
1147 swap(bufWidth, bufHeight);
1155 bufHeight == front.requested.h))
1178 bufWidth, bufHeight, item.mTransform, item.mScalingMode,
1197 front.active.h != bufHeight) {
1199 ALOGE("rejecting buffer: bufWidth=%d, bufHeight=%d, front.active.{w=%d, h=%d}",
1200 bufWidth, bufHeight, front.active.w, front.active.h);
1289 uint32_t bufHeight = mActiveBuffer->getHeight(); local
1291 bufHeight != uint32_t(oldActiveBuffer->height)) {
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp162 int32_t bufHeight, // Height of the pixelBuffer
169 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize);
180 } else if (bufHeight < 0) {
189 size_t height = static_cast<size_t>(bufHeight);
159 produceFrame(const sp<ANativeWindow>& anw, uint8_t* pixelBuffer, int32_t bufWidth, int32_t bufHeight, int32_t pixelFmt, int32_t bufSize) argument

Completed in 167 milliseconds