Home
last modified time | relevance | path

Searched refs:GetSegmentsInMpd (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_mpd_downloader.h166 DashSegmentInitValue GetSegmentsInMpd(std::shared_ptr<DashStreamDescription> streamDesc);
H A Ddash_mpd_downloader.cpp1282 GetSegmentsInMpd(choosedStream); in ChooseStreamToPlay()
1309 DashSegmentInitValue DashMpdDownloader::GetSegmentsInMpd(std::shared_ptr<DashStreamDescription> str… in GetSegmentsInMpd() function in OHOS::Media::Plugins::HttpPlugin::DashMpdDownloader
1956 if (GetSegmentsInMpd(destStream) == DASH_SEGMENT_INIT_FAILED) { in GetSegmentsInNewStream()