Home
last modified time | relevance | path

Searched refs:drmInfoMap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/
H A Dnative_avdemuxer.cpp35 const std::multimap<std::string, std::vector<uint8_t>> &drmInfoMap) in ProcessApplicationDrmInfo() argument
37 uint32_t count = drmInfoMap.size(); in ProcessApplicationDrmInfo()
45 for (auto &item : drmInfoMap) { in ProcessApplicationDrmInfo()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.h85 std::multimap<std::string, std::vector<uint8_t>> &drmInfoMap);
H A Davplayer_callback.cpp1185 std::multimap<std::string, std::vector<uint8_t>> &drmInfoMap) in SetDrmInfoData() argument
1199 drmInfoMap.insert({ uuid, pssh }); in SetDrmInfoData()
1203 listener_->NotifyDrmInfoUpdated(drmInfoMap); in SetDrmInfoData()
1233 std::multimap<std::string, std::vector<uint8_t>> drmInfoMap; in OnDrmInfoUpdatedCb() local
1234 int32_t ret = SetDrmInfoData(drmInfoAddr, infoCount, drmInfoMap); in OnDrmInfoUpdatedCb()
1240 cb->infoMap = drmInfoMap; in OnDrmInfoUpdatedCb()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp598 std::multimap<std::string, std::vector<uint8_t>> drmInfoMap; in ProcessDrmInfos() local
630 drmInfoMap.insert({uuidString, std::vector<uint8_t>(pssh, pssh + psshSize)}); in ProcessDrmInfos()
638 callback_->OnDrmInfoChanged(drmInfoMap); in ProcessDrmInfos()