Home
last modified time | relevance | path

Searched refs:PropertyAssociation (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_box.cpp47 const std::vector<PropertyAssociation> *propertyAssocs = ipma->GetProperties(itemId); in GetProperties()
53 for (const PropertyAssociation &assoc: *propertyAssocs) { in GetProperties()
69 const std::vector<PropertyAssociation> *propertyAssocs = ipma->GetProperties(itemId); in GetProperty()
75 for (const PropertyAssociation &assoc: *propertyAssocs) { in GetProperty()
105 PropertyAssociation association; in ParseContent()
123 const std::vector<PropertyAssociation> *HeifIpmaBox::GetProperties(uint32_t itemId) const in GetProperties()
131 void HeifIpmaBox::AddProperty(heif_item_id itemId, PropertyAssociation assoc) in AddProperty()
185 for (const PropertyAssociation &association: entry.associations) { in Write()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_box.h23 struct PropertyAssociation { struct
30 std::vector<PropertyAssociation> associations; argument
61 const std::vector<PropertyAssociation> *GetProperties(heif_item_id itemId) const;
64 PropertyAssociation assoc);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp98 struct PropertyAssociation rec {
102 std::vector<PropertyAssociation> proPerty;
137 struct PropertyAssociation rec {
141 std::vector<PropertyAssociation> proPerty;
183 struct PropertyAssociation rec {
187 std::vector<PropertyAssociation> proPerty;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/
H A Dimage_heif_impl_fuzzer.cpp56 PropertyAssociation assoc; in ItemPropertyBoxTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp756 ipmaBox_->AddProperty(itemId, PropertyAssociation{essential, uint16_t(index + 1)}); in AddProperty()