Home
last modified time | relevance | path

Searched refs:topBoxes_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h106 std::vector<std::shared_ptr<HeifBox> > topBoxes_; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp77 for (auto &box: topBoxes_) { in Write()
109 topBoxes_.push_back(box); in AssembleBoxes()