Home
last modified time | relevance | path

Searched refs:MPD_LABEL_PSSH (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 Dmpd_parser_def.h36 constexpr const char *MPD_LABEL_PSSH = "pssh"; variable
/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()
830 std::string pssh(MPD_LABEL_PSSH); 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()