Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/
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()
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()
DLayerTypeAndRenderTypeTransaction_test.cpp283 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/
DGLConsumerUtils.cpp63 float bufferWidth = buf->getWidth(); in computeTransformMatrix() local
DGLConsumer.cpp748 Rect GLConsumer::scaleDownCrop(const Rect& crop, uint32_t bufferWidth, uint32_t bufferHeight) { in scaleDownCrop()
/frameworks/av/media/libstagefright/filters/
DGraphicBufferListener.cpp33 size_t bufferWidth, size_t bufferHeight, size_t bufferCount) { in init()
/frameworks/native/services/surfaceflinger/tests/utils/
DTransactionUtils.h110 int32_t bufferWidth = int32_t(outBuffer->getWidth()); in expectBufferColor() local
/frameworks/native/libs/nativedisplay/surfacetexture/
DSurfaceTexture.cpp296 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/
DBufferStateLayer.cpp345 uint32_t bufferWidth = mDrawingState.buffer->getBuffer()->getWidth(); in updateGeometry() local
939 uint32_t bufferWidth = s.buffer->getBuffer()->width; in bufferNeedsFiltering() local
DBufferLayer.cpp265 float bufferWidth = getBufferSize(s).getWidth(); in prepareClientComposition() local
/frameworks/av/media/ndk/
DNdkImageReader.cpp434 const int bufferWidth = getBufferWidth(buffer); in acquireImageLocked() local
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp456 int32_t bufferWidth = static_cast<int32_t>(outDesc.width); in HandleImageAvailable() local