Home
last modified time | relevance | path

Searched refs:ipmaBox_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp161 ipmaBox_ = std::make_shared<HeifIpmaBox>(); in AssembleBoxes()
163 ipmaBox_->MergeImpaBoxes(*ipma); in AssembleBoxes()
212 if (!ipmaBox_) { in GetAllProperties()
215 return ipcoBox_->GetProperties(itemId, ipmaBox_, properties); in GetAllProperties()
756 ipmaBox_->AddProperty(itemId, PropertyAssociation{essential, uint16_t(index + 1)}); in AddProperty()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_test.cpp287 heifParser.ipmaBox_ = nullptr;
424 heifParser.ipmaBox_ = std::make_shared<HeifIpmaBox>();
451 heifParser.ipmaBox_ = std::make_shared<HeifIpmaBox>();
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h103 std::shared_ptr<HeifIpmaBox> ipmaBox_; variable