Home
last modified time | relevance | path

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

/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/base/libs/hwui/surfacetexture/
DSurfaceTexture.cpp308 float bufferWidth = buf->getWidth(); in computeTransformMatrix() local
362 Rect SurfaceTexture::scaleDownCrop(const Rect& crop, uint32_t bufferWidth, uint32_t bufferHeight) { in scaleDownCrop()
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.cpp416 uint32_t bufferWidth = s.buffer->getWidth(); in getDrawingCrop() local
518 uint32_t bufferWidth = s.buffer->width; in updateTexImage() local
DBufferLayer.cpp215 float bufferWidth = getBufferSize(s).getWidth(); in prepareClientLayer() local
DLayer.cpp332 int bufferWidth = mActiveBuffer->getWidth(); in getBufferScaleTransform() local
/frameworks/native/services/surfaceflinger/tests/
DTransaction_test.cpp143 int32_t bufferWidth = int32_t(outBuffer->getWidth()); in expectBufferColor() local
418 int32_t bufferWidth, int32_t bufferHeight) { in fillBufferQueueLayerColor()
426 int32_t bufferWidth, int32_t bufferHeight) { in fillBufferStateLayerColor()
437 int32_t bufferWidth, int32_t bufferHeight) { in fillLayerColor()
451 int32_t bufferWidth, int32_t bufferHeight, const Color& topLeft, in fillLayerQuadrant()
468 virtual void fillBufferQueueLayerQuadrant(const sp<SurfaceControl>& layer, int32_t bufferWidth, in fillBufferQueueLayerQuadrant()
487 virtual void fillBufferStateLayerQuadrant(const sp<SurfaceControl>& layer, int32_t bufferWidth, in fillBufferStateLayerQuadrant()
654 void fillLayerColor(const sp<SurfaceControl>& layer, const Color& color, int32_t bufferWidth, in fillLayerColor()
660 void fillLayerQuadrant(const sp<SurfaceControl>& layer, int32_t bufferWidth, in fillLayerQuadrant()
/frameworks/av/media/ndk/
DNdkImageReader.cpp424 const int bufferWidth = getBufferWidth(buffer); in acquireImageLocked() local
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp454 int32_t bufferWidth = static_cast<int32_t>(outDesc.width); in HandleImageAvailable() local