Searched defs:bufferWidth (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/ |
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()
|
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()
|
D | LayerTypeAndRenderTypeTransaction_test.cpp | 283 const uint32_t bufferWidth = 1500; in TEST_P() local 340 const uint32_t bufferWidth = 150 * 2; in TEST_P() local 410 const uint32_t bufferWidth = 1500; in TEST_P() local
|
/frameworks/native/libs/gui/ |
D | GLConsumerUtils.cpp | 63 float bufferWidth = buf->getWidth(); in computeTransformMatrix() local
|
D | GLConsumer.cpp | 748 Rect GLConsumer::scaleDownCrop(const Rect& crop, uint32_t bufferWidth, uint32_t bufferHeight) { in scaleDownCrop()
|
/frameworks/av/media/libstagefright/filters/ |
D | GraphicBufferListener.cpp | 33 size_t bufferWidth, size_t bufferHeight, size_t bufferCount) { in init()
|
/frameworks/native/services/surfaceflinger/tests/utils/ |
D | TransactionUtils.h | 110 int32_t bufferWidth = int32_t(outBuffer->getWidth()); in expectBufferColor() local
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
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()
|
/frameworks/native/services/surfaceflinger/ |
D | BufferStateLayer.cpp | 345 uint32_t bufferWidth = mDrawingState.buffer->getBuffer()->getWidth(); in updateGeometry() local 939 uint32_t bufferWidth = s.buffer->getBuffer()->width; in bufferNeedsFiltering() local
|
D | BufferLayer.cpp | 265 float bufferWidth = getBufferSize(s).getWidth(); in prepareClientComposition() local
|
/frameworks/av/media/ndk/ |
D | NdkImageReader.cpp | 434 const int bufferWidth = getBufferWidth(buffer); in acquireImageLocked() local
|
/frameworks/av/camera/ndk/ndk_vendor/tests/ |
D | AImageReaderVendorTest.cpp | 456 int32_t bufferWidth = static_cast<int32_t>(outDesc.width); in HandleImageAvailable() local
|