Searched refs:drmInfoMap (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/ |
H A D | native_avdemuxer.cpp | 35 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 D | avplayer_callback.h | 85 std::multimap<std::string, std::vector<uint8_t>> &drmInfoMap);
|
H A D | avplayer_callback.cpp | 1185 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 D | dash_mpd_downloader.cpp | 598 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()
|