Searched defs:bufferHeight (Results 1 – 12 of 12) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerTransactionTest.h | 128 uint32_t bufferWidth, uint32_t bufferHeight) { in fillBufferQueueLayerColor() 138 int32_t bufferWidth, int32_t bufferHeight) { in fillBufferStateLayerColor() 150 uint32_t bufferWidth, uint32_t bufferHeight) { in fillLayerColor() 164 int32_t bufferWidth, int32_t bufferHeight, const Color& topLeft, in fillLayerQuadrant() 182 int32_t bufferHeight, const Color& topLeft, in fillBufferQueueLayerQuadrant() 205 int32_t bufferHeight, const Color& topLeft, in fillBufferStateLayerQuadrant()
|
H A D | TransactionTestHarnesses.h | 128 uint32_t bufferHeight) { in fillLayerColor() 134 uint32_t bufferHeight, const Color& topLeft, const Color& topRight, in fillLayerQuadrant()
|
H A D | LayerTypeAndRenderTypeTransaction_test.cpp | 315 const uint32_t bufferHeight = 300; in TEST_P() local 372 const uint32_t bufferHeight = 750 * 2; in TEST_P() local 442 const uint32_t bufferHeight = 300; in TEST_P() local
|
/aosp12/frameworks/native/libs/gui/ |
H A D | GLConsumerUtils.cpp | 64 float bufferHeight = buf->getHeight(); in computeTransformMatrix() local
|
H A D | GLConsumer.cpp | 748 Rect GLConsumer::scaleDownCrop(const Rect& crop, uint32_t bufferWidth, uint32_t bufferHeight) { in scaleDownCrop()
|
/aosp12/frameworks/av/media/libstagefright/filters/ |
H A D | GraphicBufferListener.cpp | 33 size_t bufferWidth, size_t bufferHeight, size_t bufferCount) { in init()
|
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/ |
H A D | SurfaceTexture.cpp | 297 float bufferHeight = buf->getHeight(); in computeTransformMatrix() local 350 Rect SurfaceTexture::scaleDownCrop(const Rect& crop, uint32_t bufferWidth, uint32_t bufferHeight) { in scaleDownCrop()
|
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/ |
H A D | TransactionUtils.h | 111 int32_t bufferHeight = int32_t(outBuffer->getHeight()); in expectBufferColor() local
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | BufferStateLayer.cpp | 342 uint32_t bufferHeight = mDrawingState.buffer->getBuffer()->getHeight(); in updateGeometry() local 938 uint32_t bufferHeight = s.buffer->getBuffer()->height; in bufferNeedsFiltering() local
|
H A D | BufferLayer.cpp | 268 float bufferHeight = getBufferSize(s).getHeight(); in prepareClientComposition() local
|
/aosp12/frameworks/av/media/ndk/ |
H A D | NdkImageReader.cpp | 435 const int bufferHeight = getBufferHeight(buffer); in acquireImageLocked() local
|
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/ |
H A D | AImageReaderVendorTest.cpp | 457 int32_t bufferHeight = static_cast<int32_t>(outDesc.height); in HandleImageAvailable() local
|