Home
last modified time | relevance | path

Searched defs:bufferWidth (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()
181 virtual void fillBufferQueueLayerQuadrant(const sp<SurfaceControl>& layer, int32_t bufferWidth, in fillBufferQueueLayerQuadrant()
204 virtual void fillBufferStateLayerQuadrant(const sp<SurfaceControl>& layer, int32_t bufferWidth, in fillBufferStateLayerQuadrant()
H A DTransactionTestHarnesses.h127 void fillLayerColor(const sp<SurfaceControl>& layer, const Color& color, uint32_t bufferWidth, in fillLayerColor()
133 void fillLayerQuadrant(const sp<SurfaceControl>& layer, uint32_t bufferWidth, in fillLayerQuadrant()
H A DLayerTypeAndRenderTypeTransaction_test.cpp314 const uint32_t bufferWidth = 1500; in TEST_P() local
371 const uint32_t bufferWidth = 150 * 2; in TEST_P() local
441 const uint32_t bufferWidth = 1500; in TEST_P() local
/aosp12/frameworks/native/libs/gui/
H A DGLConsumerUtils.cpp63 float bufferWidth = buf->getWidth(); 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.cpp296 float bufferWidth = buf->getWidth(); 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.h110 int32_t bufferWidth = int32_t(outBuffer->getWidth()); in expectBufferColor() local
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.cpp341 uint32_t bufferWidth = mDrawingState.buffer->getBuffer()->getWidth(); in updateGeometry() local
937 uint32_t bufferWidth = s.buffer->getBuffer()->width; in bufferNeedsFiltering() local
H A DBufferLayer.cpp267 float bufferWidth = getBufferSize(s).getWidth(); in prepareClientComposition() local
/aosp12/frameworks/av/media/ndk/
H A DNdkImageReader.cpp434 const int bufferWidth = getBufferWidth(buffer); in acquireImageLocked() local
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/
H A DAImageReaderVendorTest.cpp456 int32_t bufferWidth = static_cast<int32_t>(outDesc.width); in HandleImageAvailable() local