Home
last modified time | relevance | path

Searched refs:MetadataType_LayerCount (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DMapper.cpp666 { android::gralloc4::MetadataType_LayerCount, "", true, false }, in listSupportedMetadataTypes()
699 android::gralloc4::MetadataType_LayerCount, in dumpBufferHelper()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A DQtiMapper4.h234 {android::gralloc4::MetadataType_LayerCount, "", true, false},
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A DQtiMapper4.h235 {android::gralloc4::MetadataType_LayerCount, "", true, false},
/aosp12/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp977 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 DVtsHalGraphicsMapperV4_0TargetTest.cpp1122 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 DGralloc4.h65 … const android::hardware::graphics::mapper::V4_0::IMapper::MetadataType MetadataType_LayerCount = { variable
/aosp12/frameworks/native/libs/ui/
H A DGralloc4.cpp483 return get(bufferHandle, gralloc4::MetadataType_LayerCount, gralloc4::decodeLayerCount, in getLayerCount()