Home
last modified time | relevance | path

Searched refs:elementMap_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h46 std::map<std::string, std::string> elementMap_; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp826 if (elementNameStr == MPD_LABEL_PSSH && contentProtection->elementMap_.size() == 0) { in GetContentProtection()
831 contentProtection->elementMap_.insert( in GetContentProtection()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp655 auto elementIt = contentProtection->elementMap_.find(MPD_LABEL_PSSH); in GetDrmInfos()
656 if (elementIt != contentProtection->elementMap_.end()) { in GetDrmInfos()