Searched refs:ipmaBox_ (Results 1 – 3 of 3) sorted by relevance
161 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()
287 heifParser.ipmaBox_ = nullptr;424 heifParser.ipmaBox_ = std::make_shared<HeifIpmaBox>();451 heifParser.ipmaBox_ = std::make_shared<HeifIpmaBox>();
103 std::shared_ptr<HeifIpmaBox> ipmaBox_; variable