Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_info_box.h68 const std::string &GetItemUriType() const { return itemUriType_; } in GetItemUriType()
80 std::string itemUriType_; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_info_box.cpp74 itemUriType_ = reader.ReadString(); in ParseContent()
133 writer.Write(itemUriType_); in Write()