Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_playlist_downloader.cpp127 callback_->OnSourceKeyChange(currentVariant_->m3u8_->key_, currentVariant_->m3u8_->keyLen_, in NotifyListChange()
132 callback_->OnSourceKeyChange(master_->key_, master_->keyLen_, master_->iv_); in NotifyListChange()
134 callback_->OnSourceKeyChange(nullptr, 0, nullptr); in NotifyListChange()
H A Dplaylist_downloader.h36 virtual void OnSourceKeyChange(const uint8_t* key, size_t keyLen, const uint8_t* iv) = 0;
H A Dhls_media_downloader.h80 void OnSourceKeyChange(const uint8_t *key, size_t keyLen, const uint8_t *iv) override;
H A Dhls_media_downloader.cpp953 void HlsMediaDownloader::OnSourceKeyChange(const uint8_t *key, size_t keyLen, const uint8_t *iv) in OnSourceKeyChange() function in OHOS::Media::Plugins::HttpPlugin::HlsMediaDownloader