Home
last modified time | relevance | path

Searched defs:boxType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Dheif_box.h30 explicit HeifBox(uint32_t boxType) { boxType_ = boxType; } in HeifBox()
62 std::shared_ptr<T> GetChild(uint32_t boxType) const in GetChild()
75 std::vector<std::shared_ptr<T>> GetChildren(uint32_t boxType) const in GetChildren()
122 explicit HeifFullBox(uint32_t boxType): HeifBox(boxType) {} in HeifFullBox()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Dsidx_box_parser.cpp66 uint32_t boxType = Get4Bytes(bitStream, currPos); in ParseSidxBox() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Dheif_box.cpp174 std::shared_ptr<HeifBox> HeifBox::MakeBox(uint32_t boxType) in MakeBox()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp97 uint32_t boxType = 0; variable