Searched refs:drmInfoMap (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/ |
H A D | native_avdemuxer.cpp | 34 const std::multimap<std::string, std::vector<uint8_t>> &drmInfoMap) in ProcessApplicationDrmInfo() 36 uint32_t count = drmInfoMap.size(); in ProcessApplicationDrmInfo() 44 for (auto &item : drmInfoMap) { in ProcessApplicationDrmInfo() 33 ProcessApplicationDrmInfo(DRM_MediaKeySystemInfo *info, const std::multimap<std::string, std::vector<uint8_t>> &drmInfoMap) ProcessApplicationDrmInfo() argument
|
/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 | 1241 std::multimap<std::string, std::vector<uint8_t>> &drmInfoMap) in SetDrmInfoData() 1254 drmInfoMap.insert({ uuid, pssh }); in SetDrmInfoData() 1258 listener_->NotifyDrmInfoUpdated(drmInfoMap); in SetDrmInfoData() 1288 std::multimap<std::string, std::vector<uint8_t>> drmInfoMap; in OnDrmInfoUpdatedCb() local 1289 int32_t ret = SetDrmInfoData(drmInfoAddr, infoCount, drmInfoMap); in OnDrmInfoUpdatedCb() 1295 cb->infoMap = drmInfoMap; in OnDrmInfoUpdatedCb() 1240 SetDrmInfoData(const uint8_t *drmInfoAddr, int32_t infoCount, std::multimap<std::string, std::vector<uint8_t>> &drmInfoMap) SetDrmInfoData() argument
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_mpd_downloader.cpp | 597 std::multimap<std::string, std::vector<uint8_t>> drmInfoMap; in ProcessDrmInfos() local 629 drmInfoMap.insert({uuidString, std::vector<uint8_t>(pssh, pssh + psshSize)}); in ProcessDrmInfos() 637 callback_->OnDrmInfoChanged(drmInfoMap); in ProcessDrmInfos()
|
Completed in 8 milliseconds