Searched refs:mLayerCount (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
H A D | ReadbackVts.cpp | 201 mLayerCount = 1; in ReadbackBuffer() 213 mGralloc->allocate(mWidth, mHeight, mLayerCount, mFormat, mUsage, in setReadbackBuffer() 216 mLayerCount, mFormat, mUsage, mStride)); in setReadbackBuffer() 262 mLayerCount = 1; 318 mGralloc->allocate(mWidth, mHeight, mLayerCount, mFormat, mUsage, in setBuffer() 323 mLayerCount, mFormat, mUsage, mStride)); in setBuffer()
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
H A D | ReadbackVts.h | 135 uint32_t mLayerCount; variable 193 uint32_t mLayerCount; variable
|
/aosp12/frameworks/av/media/codec2/vndk/ |
H A D | C2AllocatorGralloc.cpp | 284 const uint32_t mLayerCount; member in android::C2AllocationGralloc 307 mLayerCount(layerCount), in C2AllocationGralloc() 367 mHidlHandle.getNativeHandle(), mWidth, mHeight, mLayerCount, in map()
|
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
H A D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 468 mGralloc->allocate(layer->mWidth, layer->mHeight, layer->mLayerCount, in TEST_P() 596 mGralloc->allocate(mDisplayWidth, mDisplayHeight, clientLayer->mLayerCount, in TEST_P()
|