Searched defs:bufferHeight (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/gui/ |
D | GLConsumerUtils.cpp | 64 float bufferHeight = buf->getHeight(); 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/base/libs/hwui/surfacetexture/ |
D | SurfaceTexture.cpp | 309 float bufferHeight = buf->getHeight(); in computeTransformMatrix() local 362 Rect SurfaceTexture::scaleDownCrop(const Rect& crop, uint32_t bufferWidth, uint32_t bufferHeight) { in scaleDownCrop()
|
/frameworks/native/services/surfaceflinger/ |
D | BufferStateLayer.cpp | 417 uint32_t bufferHeight = s.buffer->getHeight(); in getDrawingCrop() local 519 uint32_t bufferHeight = s.buffer->height; in updateTexImage() local
|
D | BufferLayer.cpp | 216 float bufferHeight = getBufferSize(s).getHeight(); in prepareClientLayer() local
|
D | Layer.cpp | 333 int bufferHeight = mActiveBuffer->getHeight(); in getBufferScaleTransform() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 144 int32_t bufferHeight = int32_t(outBuffer->getHeight()); 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() 469 int32_t bufferHeight, const Color& topLeft, in fillBufferQueueLayerQuadrant() 488 int32_t bufferHeight, const Color& topLeft, in fillBufferStateLayerQuadrant() 655 int32_t bufferHeight) { in fillLayerColor() 661 int32_t bufferHeight, const Color& topLeft, const Color& topRight, in fillLayerQuadrant()
|
/frameworks/av/media/ndk/ |
D | NdkImageReader.cpp | 425 const int bufferHeight = getBufferHeight(buffer); in acquireImageLocked() local
|
/frameworks/av/camera/ndk/ndk_vendor/tests/ |
D | AImageReaderVendorTest.cpp | 455 int32_t bufferHeight = static_cast<int32_t>(outDesc.height); in HandleImageAvailable() local
|