Searched refs:PropertyAssociation (Results 1 – 5 of 5) sorted by relevance
47 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()
23 struct PropertyAssociation { struct30 std::vector<PropertyAssociation> associations; argument61 const std::vector<PropertyAssociation> *GetProperties(heif_item_id itemId) const;64 PropertyAssociation assoc);
98 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;
56 PropertyAssociation assoc; in ItemPropertyBoxTest001()
756 ipmaBox_->AddProperty(itemId, PropertyAssociation{essential, uint16_t(index + 1)}); in AddProperty()