Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Dheif_box.cpp65 boxUuidType_.resize(UUID_TYPE_BYTE_NUM); in ParseHeader()
66 reader.GetStream()->Read(reinterpret_cast<char*>(boxUuidType_.data()), UUID_TYPE_BYTE_NUM); in ParseHeader()
287 boxUuidType_ = box.boxUuidType_; in SetHeaderInfo()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Dheif_box.h47 const std::vector<uint8_t>& GetBoxUuidType() const { return boxUuidType_; } in GetBoxUuidType()
97 std::vector<uint8_t> boxUuidType_; variable