Home
last modified time | relevance | path

Searched refs:GetSegmentDownloader (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_media_downloader.cpp97 …std::shared_ptr<DashSegmentDownloader> segmentDownloader = GetSegmentDownloader(readDataInfo.strea… in Read()
120 std::shared_ptr<DashSegmentDownloader> DashMediaDownloader::GetSegmentDownloader(int32_t streamId) in GetSegmentDownloader() function in OHOS::Media::Plugins::HttpPlugin::DashMediaDownloader
159 std::shared_ptr<DashSegmentDownloader> segmentDownloader = GetSegmentDownloader(streamId); in UpdateDownloadFinished()
1067 std::shared_ptr<DashSegmentDownloader> segmentDownloader = GetSegmentDownloader(streamID); in SetCurrentBitRate()
1077 std::shared_ptr<DashSegmentDownloader> segmentDownloader = GetSegmentDownloader(streamId); in SetDemuxerState()
H A Ddash_media_downloader.h98 std::shared_ptr<DashSegmentDownloader> GetSegmentDownloader(int32_t streamId);