Home
last modified time | relevance | path

Searched refs:mLayerCount (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A DReadbackVts.cpp201 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 DReadbackVts.h135 uint32_t mLayerCount; variable
193 uint32_t mLayerCount; variable
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2AllocatorGralloc.cpp284 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 DVtsHalGraphicsComposerV2_2ReadbackTest.cpp468 mGralloc->allocate(layer->mWidth, layer->mHeight, layer->mLayerCount, in TEST_P()
596 mGralloc->allocate(mDisplayWidth, mDisplayHeight, clientLayer->mLayerCount, in TEST_P()