Home
last modified time | relevance | path

Searched refs:ipma (Results 1 – 3 of 3) 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.cpp44 …f_error HeifIpcoBox::GetProperties(uint32_t itemId, const std::shared_ptr<class HeifIpmaBox> &ipma, in GetProperties() argument
47 const std::vector<PropertyAssociation> *propertyAssocs = ipma->GetProperties(itemId); in GetProperties()
67 const std::shared_ptr<class HeifIpmaBox> &ipma, uint32_t boxType) const in GetProperty() argument
69 const std::vector<PropertyAssociation> *propertyAssocs = ipma->GetProperties(itemId); in GetProperty()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp135 std::shared_ptr<HeifIpmaBox> ipma = std::make_shared<HeifIpmaBox>(); variable
147 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…
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp162 for (auto &ipma : ipmas) { in AssembleBoxes() local
163 ipmaBox_->MergeImpaBoxes(*ipma); in AssembleBoxes()