Searched refs:bufHeight (Results 1 – 6 of 6) 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 | 512 uint32_t bufHeight = mActiveBuffer->getHeight(); in latchBuffer() local 513 if (bufWidth != uint32_t(oldBuffer->width) || bufHeight != uint32_t(oldBuffer->height)) { in latchBuffer() 689 uint32_t bufHeight = mActiveBuffer->getHeight(); in getBufferSize() local 693 std::swap(bufWidth, bufHeight); in getBufferSize() 699 std::swap(bufWidth, bufHeight); in getBufferSize() 703 return Rect(bufWidth, bufHeight); in getBufferSize() 725 uint32_t bufHeight = mActiveBuffer->getHeight(); in computeSourceBounds() local 729 std::swap(bufWidth, bufHeight); in computeSourceBounds() 735 std::swap(bufWidth, bufHeight); in computeSourceBounds() 739 return FloatRect(0, 0, bufWidth, bufHeight); in computeSourceBounds()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 128 size_t bufHeight = mCropHeight; in resetFormatIfChanged() local 139 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged() 146 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged() 154 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged() 170 bufHeight = (mCropHeight + 1) & ~1; in resetFormatIfChanged() 210 bufHeight)); in resetFormatIfChanged() 227 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight); in resetFormatIfChanged()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/test/ |
D | Mpeg4H263DecoderTest.cpp | 207 int32_t bufWidth, bufHeight; in processMpeg4H263Decoder() local 208 PVGetBufferDimensions(mDecHandle, &bufWidth, &bufHeight); in processMpeg4H263Decoder() 211 ASSERT_LE(dispHeight, bufHeight) << "Display height is greater than buffer height"; in processMpeg4H263Decoder() 263 int32_t bufWidth, bufHeight; in processMpeg4H263Decoder() local 264 PVGetBufferDimensions(mDecHandle, &bufWidth, &bufHeight); in processMpeg4H263Decoder() 267 ASSERT_LE(dispHeight, bufHeight) << "Display height is greater than buffer height"; in processMpeg4H263Decoder()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/fuzzer/ |
D | mpeg4_h263_dec_fuzzer.cpp | 104 int32_t bufWidth, bufHeight; in handleResolutionChange() local 105 PVGetBufferDimensions(mDecHandle, &bufWidth, &bufHeight); in handleResolutionChange()
|
/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()
|