Home
last modified time | relevance | path

Searched refs:DashSegmentInitValue (Results 1 – 3 of 3) 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);
167DashSegmentInitValue GetSegmentsInPeriod(DashPeriodInfo *periodInfo, const std::string &mpdBaseUrl,
169DashSegmentInitValue GetSegmentsInAdptSet(DashAdptSetInfo *adptSetInfo, const std::string &periodB…
173DashSegmentInitValue GetSegmentsByPeriodInfo(DashPeriodInfo *periodInfo, DashAdptSetInfo *adptSetI…
176 DashSegmentInitValue GetSegmentsByAdptSetInfo(const DashAdptSetInfo *adptSetInfo,
182DashSegmentInitValue GetSegmentsWithSegTemplate(const DashSegTmpltInfo *segTmpltInfo, std::string …
184DashSegmentInitValue GetSegmentsWithTmpltStatic(const DashSegTmpltInfo *segTmpltInfo, const std::s…
186 DashSegmentInitValue GetSegmentsWithTmpltDurationStatic(const DashSegTmpltInfo *segTmpltInfo,
189 DashSegmentInitValue GetSegmentsWithTmpltTimelineStatic(const DashSegTmpltInfo *segTmpltInfo,
196DashSegmentInitValue GetSegmentsWithSegList(const DashSegListInfo *segListInfo, const std::string …
[all …]
H A Ddash_mpd_downloader.cpp152 static DashSegmentInitValue AddOneSegment(const DashSegment &srcSegment, in AddOneSegment()
912 DashSegmentInitValue DashMpdDownloader::GetSegmentsByPeriodInfo(DashPeriodInfo *periodInfo, in GetSegmentsByPeriodInfo()
917 DashSegmentInitValue initVal; in GetSegmentsByPeriodInfo()
1351 DashSegmentInitValue initValue = DASH_SEGMENT_INIT_UNDO; in GetSegmentsInPeriod()
1381 DashSegmentInitValue DashMpdDownloader::GetSegmentsInAdptSet(DashAdptSetInfo *adptSetInfo, in GetSegmentsInAdptSet()
1389 DashSegmentInitValue initValue = DASH_SEGMENT_INIT_UNDO; in GetSegmentsInAdptSet()
1419 DashSegmentInitValue initValue = DASH_SEGMENT_INIT_UNDO; in GetSegmentsInRepresentation()
1600 DashSegmentInitValue DashMpdDownloader::GetSegmentsInOneTimeline(const DashSegTimeline *timeline, in GetSegmentsInOneTimeline()
1703 DashSegmentInitValue DashMpdDownloader::GetSegmentsWithSegList(const DashSegListInfo *segListInfo, in GetSegmentsWithSegList()
1812 DashSegmentInitValue DashMpdDownloader::GetSegmentsWithBaseUrl(std::list<std::string> baseUrlList, in GetSegmentsWithBaseUrl()
[all …]
H A Ddash_common.h28 using DashSegmentInitValue = enum DashSegmentInitValue { enum