Searched defs:bufferWidth (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() 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 D | TransactionTestHarnesses.h | 127 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 D | LayerTypeAndRenderTypeTransaction_test.cpp | 314 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 D | GLConsumerUtils.cpp | 63 float bufferWidth = buf->getWidth(); 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 | 296 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 D | TransactionUtils.h | 110 int32_t bufferWidth = int32_t(outBuffer->getWidth()); in expectBufferColor() local
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | BufferStateLayer.cpp | 341 uint32_t bufferWidth = mDrawingState.buffer->getBuffer()->getWidth(); in updateGeometry() local 937 uint32_t bufferWidth = s.buffer->getBuffer()->width; in bufferNeedsFiltering() local
|
H A D | BufferLayer.cpp | 267 float bufferWidth = getBufferSize(s).getWidth(); in prepareClientComposition() local
|
/aosp12/frameworks/av/media/ndk/ |
H A D | NdkImageReader.cpp | 434 const int bufferWidth = getBufferWidth(buffer); in acquireImageLocked() local
|
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/ |
H A D | AImageReaderVendorTest.cpp | 456 int32_t bufferWidth = static_cast<int32_t>(outDesc.width); in HandleImageAvailable() local
|