Home
last modified time | relevance | path

Searched defs:bufferHeight (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DLayerTransactionTest.h128 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 DTransactionTestHarnesses.h128 uint32_t bufferHeight) { in fillLayerColor()
134 uint32_t bufferHeight, const Color& topLeft, const Color& topRight, in fillLayerQuadrant()
H A DLayerTypeAndRenderTypeTransaction_test.cpp315 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 DGLConsumerUtils.cpp64 float bufferHeight = buf->getHeight(); in computeTransformMatrix() local
H A DGLConsumer.cpp748 Rect GLConsumer::scaleDownCrop(const Rect& crop, uint32_t bufferWidth, uint32_t bufferHeight) { in scaleDownCrop()
/aosp12/frameworks/av/media/libstagefright/filters/
H A DGraphicBufferListener.cpp33 size_t bufferWidth, size_t bufferHeight, size_t bufferCount) { in init()
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DSurfaceTexture.cpp297 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 DTransactionUtils.h111 int32_t bufferHeight = int32_t(outBuffer->getHeight()); in expectBufferColor() local
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.cpp342 uint32_t bufferHeight = mDrawingState.buffer->getBuffer()->getHeight(); in updateGeometry() local
938 uint32_t bufferHeight = s.buffer->getBuffer()->height; in bufferNeedsFiltering() local
H A DBufferLayer.cpp268 float bufferHeight = getBufferSize(s).getHeight(); in prepareClientComposition() local
/aosp12/frameworks/av/media/ndk/
H A DNdkImageReader.cpp435 const int bufferHeight = getBufferHeight(buffer); in acquireImageLocked() local
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/
H A DAImageReaderVendorTest.cpp457 int32_t bufferHeight = static_cast<int32_t>(outDesc.height); in HandleImageAvailable() local