Home
last modified time | relevance | path

Searched refs:OnDrmInfoChanged (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_common.h149 …virtual void OnDrmInfoChanged(const std::multimap<std::string, std::vector<uint8_t>> &drmInfo) = 0;
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.h63 … void OnDrmInfoChanged(const std::multimap<std::string, std::vector<uint8_t>>& drmInfos) override;
H A Ddash_mpd_downloader.h109 …virtual void OnDrmInfoChanged(const std::multimap<std::string, std::vector<uint8_t>>& drmInfos) = …
H A Ddash_media_downloader.cpp1048 void DashMediaDownloader::OnDrmInfoChanged(const std::multimap<std::string, std::vector<uint8_t>>& … in OnDrmInfoChanged() function in OHOS::Media::Plugins::HttpPlugin::DashMediaDownloader
H A Ddash_mpd_downloader.cpp638 callback_->OnDrmInfoChanged(drmInfoMap); in ProcessDrmInfos()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dplaylist_downloader.h37 …virtual void OnDrmInfoChanged(const std::multimap<std::string, std::vector<uint8_t>>& drmInfos) = …
H A Dhls_playlist_downloader.cpp145 callback_->OnDrmInfoChanged(currentVariant_->m3u8_->localDrmInfos_); in NotifyListChange()
H A Dhls_media_downloader.h81 … void OnDrmInfoChanged(const std::multimap<std::string, std::vector<uint8_t>>& drmInfos) override;
H A Dhls_media_downloader.cpp964 void HlsMediaDownloader::OnDrmInfoChanged(const std::multimap<std::string, std::vector<uint8_t>>& d… in OnDrmInfoChanged() function in OHOS::Media::Plugins::HttpPlugin::HlsMediaDownloader
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/
H A Dnative_avdemuxer.cpp94 void OnDrmInfoChanged(const std::multimap<std::string, std::vector<uint8_t>> &drmInfo) override in OnDrmInfoChanged() function in NativeDemuxerCallback
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddemuxer_filter.cpp90 void OnDrmInfoChanged(const std::multimap<std::string, std::vector<uint8_t>> &drmInfo) override in OnDrmInfoChanged() function in OHOS::Media::Pipeline::DemuxerFilterDrmCallback
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_media_downloader_unit_test.cpp389 downloader->OnDrmInfoChanged(drmInfos);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp511 drmCallback_->OnDrmInfoChanged(info); in ReportDrmInfos()