Home
last modified time | relevance | path

Searched refs:MetadataTypeDescription (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gchips/gralloc4/src/hidl_common/
DMapperMetadata.h92 struct MetadataTypeDescription { struct
98 MetadataTypeDescription(const IMapper::MetadataTypeDescription &desc) { in MetadataTypeDescription() argument
104 operator IMapper::MetadataTypeDescription() const { in MetadataTypeDescription() argument
105 IMapper::MetadataTypeDescription desc; in MetadataTypeDescription()
113 MetadataTypeDescription(const AIMapper_MetadataTypeDescription &desc) { in MetadataTypeDescription() function
129 MetadataTypeDescription(MetadataType meta, const char* desc, bool gettable, bool settable) { in MetadataTypeDescription() function
DMapper.cpp587 MetadataTypeDescription describeStandard(StandardMetadataType meta, bool isGettable, bool isSettabl… in describeStandard()
589 return MetadataTypeDescription(MetadataType(GRALLOC4_STANDARD_METADATA_TYPE, in describeStandard()
593 std::vector<MetadataTypeDescription> listSupportedMetadataTypes() in listSupportedMetadataTypes()
598 std::array<MetadataTypeDescription, 23> descriptions = { in listSupportedMetadataTypes()
625 return std::vector<MetadataTypeDescription>(descriptions.begin(), descriptions.end()); in listSupportedMetadataTypes()
DMapper.h225 std::vector<MetadataTypeDescription> listSupportedMetadataTypes();
/hardware/qcom/sm8150/display/gralloc/
DQtiMapper4.h75 using MetadataTypeDescription = variable
76 ::android::hardware::graphics::mapper::V4_0::IMapper::MetadataTypeDescription;
229 hidl_vec<MetadataTypeDescription> metadata_type_descriptions_ = {
/hardware/qcom/sm7250/display/gralloc/
DQtiMapper4.h75 using MetadataTypeDescription = variable
76 ::android::hardware::graphics::mapper::V4_0::IMapper::MetadataTypeDescription;
228 hidl_vec<MetadataTypeDescription> metadata_type_descriptions_ = {
/hardware/google/gchips/gralloc4/src/4.x/
DGrallocMapper.cpp227 std::vector<common::MetadataTypeDescription> desc = common::listSupportedMetadataTypes(); in listSupportedMetadataTypes()
228 std::vector<IMapper::MetadataTypeDescription> hidl_description(desc.size()); in listSupportedMetadataTypes()
/hardware/google/gchips/gralloc4/src/stable-c/
DGrallocMapper.cpp378 std::vector<common::MetadataTypeDescription> desc = common::listSupportedMetadataTypes(); in listSupportedMetadataTypes()
/hardware/interfaces/graphics/mapper/4.0/
DIMapper.hal535 struct MetadataTypeDescription {
571 generates (Error error, vec<MetadataTypeDescription> descriptions);
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp2620 hidl_vec<IMapper::MetadataTypeDescription> descriptions; in TEST_P()