Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/
H A Dheif_parser.cpp126 hdlrBox_ = metaBox_->GetChild<HeifHdlrBox>(BOX_TYPE_HDLR); in AssembleBoxes()
127 if (!hdlrBox_ || (hdlrBox_ && hdlrBox_->GetHandlerType() != HANDLER_TYPE_PICT)) { in AssembleBoxes()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_parser.h96 std::shared_ptr<HeifHdlrBox> hdlrBox_; variable