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 D | hls_playlist_downloader.cpp | 127 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 D | playlist_downloader.h | 36 virtual void OnSourceKeyChange(const uint8_t* key, size_t keyLen, const uint8_t* iv) = 0;
|
H A D | hls_media_downloader.h | 80 void OnSourceKeyChange(const uint8_t *key, size_t keyLen, const uint8_t *iv) override;
|
H A D | hls_media_downloader.cpp | 953 void HlsMediaDownloader::OnSourceKeyChange(const uint8_t *key, size_t keyLen, const uint8_t *iv) in OnSourceKeyChange() function in OHOS::Media::Plugins::HttpPlugin::HlsMediaDownloader
|