Searched refs:MetadataType_LayerCount (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | Mapper.cpp | 666 { android::gralloc4::MetadataType_LayerCount, "", true, false }, in listSupportedMetadataTypes() 699 android::gralloc4::MetadataType_LayerCount, in dumpBufferHelper()
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | QtiMapper4.h | 234 {android::gralloc4::MetadataType_LayerCount, "", true, false},
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | QtiMapper4.h | 235 {android::gralloc4::MetadataType_LayerCount, "", true, false},
|
/aosp12/frameworks/native/libs/gralloc/types/ |
H A D | Gralloc4.cpp | 977 return encodeMetadata(MetadataType_LayerCount, layerCount, outLayerCount, encodeInteger); in encodeLayerCount() 981 return decodeMetadata(MetadataType_LayerCount, layerCount, outLayerCount, decodeInteger); in decodeLayerCount()
|
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
H A D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1122 testGet(mDummyDescriptorInfo, gralloc4::MetadataType_LayerCount, in TEST_P() 1364 mGralloc->get(bufferHandle, gralloc4::MetadataType_LayerCount, &vec)); in TEST_P() 1814 mGralloc->set(bufferHandle, gralloc4::MetadataType_LayerCount, vec)); in TEST_P() 1958 mGralloc->set(bufferHandle, gralloc4::MetadataType_LayerCount, layerCountVec)); in TEST_P()
|
/aosp12/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
H A D | Gralloc4.h | 65 … const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType MetadataType_LayerCount = { variable
|
/aosp12/frameworks/native/libs/ui/ |
H A D | Gralloc4.cpp | 483 return get(bufferHandle, gralloc4::MetadataType_LayerCount, gralloc4::decodeLayerCount, in getLayerCount()
|