Searched refs:bufHeight (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | LayerRejecter.cpp | 49 uint32_t bufHeight = buf->getHeight(); in reject() local 54 std::swap(bufWidth, bufHeight); in reject() 60 std::swap(bufWidth, bufHeight); in reject() 68 (bufWidth == mFront.requested_legacy.w && bufHeight == mFront.requested_legacy.h)) { in reject() 101 mName, bufWidth, bufHeight, item.mTransform, item.mScalingMode, in reject() 109 if (mFront.active_legacy.w != bufWidth || mFront.active_legacy.h != bufHeight) { in reject() 113 mName, bufWidth, bufHeight, mFront.active_legacy.w, mFront.active_legacy.h); in reject()
|
D | BufferLayer.cpp | 505 uint32_t bufHeight = mActiveBuffer->getHeight(); in latchBuffer() local 506 if (bufWidth != uint32_t(oldBuffer->width) || bufHeight != uint32_t(oldBuffer->height)) { in latchBuffer() 682 uint32_t bufHeight = mActiveBuffer->getHeight(); in getBufferSize() local 686 std::swap(bufWidth, bufHeight); in getBufferSize() 692 std::swap(bufWidth, bufHeight); in getBufferSize() 696 return Rect(bufWidth, bufHeight); in getBufferSize() 718 uint32_t bufHeight = mActiveBuffer->getHeight(); in computeSourceBounds() local 722 std::swap(bufWidth, bufHeight); in computeSourceBounds() 728 std::swap(bufWidth, bufHeight); in computeSourceBounds() 732 return FloatRect(0, 0, bufWidth, bufHeight); in computeSourceBounds()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 123 size_t bufHeight = mCropHeight; in resetFormatIfChanged() local 134 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged() 141 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged() 149 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged() 165 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged() 205 bufHeight)); in resetFormatIfChanged() 222 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight); in resetFormatIfChanged()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 170 int32_t bufHeight, // Height of the pixelBuffer in produceFrame() argument 177 __FUNCTION__, anw.get(), bufWidth, bufHeight, pixelFmt, bufSize); in produceFrame() 188 } else if (bufHeight < 0) { in produceFrame() 197 size_t height = static_cast<size_t>(bufHeight); in produceFrame()
|