Home
last modified time | relevance | path

Searched refs:WaitForBufferingEnd (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/modules/source/
H A Dsource.h112 void WaitForBufferingEnd();
H A Dsource.cpp498 void Source::WaitForBufferingEnd() in WaitForBufferingEnd() function in OHOS::Media::Source
500 FALSE_RETURN_MSG(plugin_ != nullptr, "WaitForBufferingEnd source plugin is nullptr"); in WaitForBufferingEnd()
501 return plugin_->WaitForBufferingEnd(); in WaitForBufferingEnd()
/foundation/multimedia/av_codec/interfaces/plugin/
H A Dsource_plugin.h255 virtual void WaitForBufferingEnd() {} in WaitForBufferingEnd() function in OHOS::Media::Plugins::SourcePlugin
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/
H A Dhttp_source_plugin.h65 void WaitForBufferingEnd() override;
H A Dmedia_downloader.h145 virtual void WaitForBufferingEnd() {} in WaitForBufferingEnd() function in OHOS::Media::Plugins::HttpPlugin::MediaDownloader
H A Dhttp_source_plugin.cpp460 void HttpSourcePlugin::WaitForBufferingEnd() in WaitForBufferingEnd() function in OHOS::Media::Plugins::HttpPlugin::HttpSourcePlugin
462 FALSE_RETURN_MSG(downloader_ != nullptr, "WaitForBufferingEnd downloader is nullptr"); in WaitForBufferingEnd()
463 downloader_->WaitForBufferingEnd(); in WaitForBufferingEnd()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/monitor/
H A Ddownload_monitor.h80 void WaitForBufferingEnd() override;
H A Ddownload_monitor.cpp376 void DownloadMonitor::WaitForBufferingEnd() in WaitForBufferingEnd() function in OHOS::Media::Plugins::HttpPlugin::DownloadMonitor
378 FALSE_RETURN_MSG(downloader_ != nullptr, "WaitForBufferingEnd downloader is nullptr"); in WaitForBufferingEnd()
379 downloader_->WaitForBufferingEnd(); in WaitForBufferingEnd()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Ddemuxer_filter.h107 void WaitForBufferingEnd();
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/http/
H A Dhttp_media_downloader.h76 void WaitForBufferingEnd() override;
H A Dhttp_media_downloader.cpp1297 void HttpMediaDownloader::WaitForBufferingEnd() in WaitForBufferingEnd() function in OHOS::Media::Plugins::HttpMediaDownloader
1301 MEDIA_LOG_I("WaitForBufferingEnd"); in WaitForBufferingEnd()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.h107 void WaitForBufferingEnd() override;
H A Dhls_media_downloader.cpp1648 void HlsMediaDownloader::WaitForBufferingEnd() in WaitForBufferingEnd() function in OHOS::Media::Plugins::HttpPlugin::HlsMediaDownloader
1652 MEDIA_LOG_I("WaitForBufferingEnd"); in WaitForBufferingEnd()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddemuxer_filter.cpp795 void DemuxerFilter::WaitForBufferingEnd() in WaitForBufferingEnd() function in OHOS::Media::Pipeline::DemuxerFilter
798 demuxer_->WaitForBufferingEnd(); in WaitForBufferingEnd()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.h131 void WaitForBufferingEnd();
H A Dmedia_demuxer.cpp2203 void MediaDemuxer::WaitForBufferingEnd() in WaitForBufferingEnd() function in OHOS::Media::MediaDemuxer
2206 source_->WaitForBufferingEnd(); in WaitForBufferingEnd()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp2462 demuxer_->WaitForBufferingEnd(); in NotifySeekDone()
2465 MEDIA_LOG_D_SHORT("NotifySeekDone WaitForBufferingEnd: %{public}d ms", int(waitTime)); in NotifySeekDone()

Completed in 20 milliseconds