Searched refs:ipma (Results 1 – 3 of 3) sorted by relevance
44 …f_error HeifIpcoBox::GetProperties(uint32_t itemId, const std::shared_ptr<class HeifIpmaBox> &ipma, in GetProperties() argument47 const std::vector<PropertyAssociation> *propertyAssocs = ipma->GetProperties(itemId); in GetProperties()67 const std::shared_ptr<class HeifIpmaBox> &ipma, uint32_t boxType) const in GetProperty() argument69 const std::vector<PropertyAssociation> *propertyAssocs = ipma->GetProperties(itemId); in GetProperty()
135 std::shared_ptr<HeifIpmaBox> ipma = std::make_shared<HeifIpmaBox>(); variable147 ipma->entries_.push_back(ref);148 … EXPECT_EQ(heifIpcoBox->GetProperties(itemId, ipma, outProperties), heif_error_property_not_found);150 …EXPECT_EQ(heifIpcoBox->GetProperties(itemId, ipma, outProperties), heif_error_invalid_property_ind…
162 for (auto &ipma : ipmas) { in AssembleBoxes() local163 ipmaBox_->MergeImpaBoxes(*ipma); in AssembleBoxes()