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 D | dash_mpd_downloader.h | 166 DashSegmentInitValue GetSegmentsInMpd(std::shared_ptr<DashStreamDescription> streamDesc); 167 …DashSegmentInitValue GetSegmentsInPeriod(DashPeriodInfo *periodInfo, const std::string &mpdBaseUrl, 169 …DashSegmentInitValue GetSegmentsInAdptSet(DashAdptSetInfo *adptSetInfo, const std::string &periodB… 173 …DashSegmentInitValue GetSegmentsByPeriodInfo(DashPeriodInfo *periodInfo, DashAdptSetInfo *adptSetI… 176 DashSegmentInitValue GetSegmentsByAdptSetInfo(const DashAdptSetInfo *adptSetInfo, 182 …DashSegmentInitValue GetSegmentsWithSegTemplate(const DashSegTmpltInfo *segTmpltInfo, std::string … 184 …DashSegmentInitValue GetSegmentsWithTmpltStatic(const DashSegTmpltInfo *segTmpltInfo, const std::s… 186 DashSegmentInitValue GetSegmentsWithTmpltDurationStatic(const DashSegTmpltInfo *segTmpltInfo, 189 DashSegmentInitValue GetSegmentsWithTmpltTimelineStatic(const DashSegTmpltInfo *segTmpltInfo, 196 …DashSegmentInitValue GetSegmentsWithSegList(const DashSegListInfo *segListInfo, const std::string … [all …]
|
H A D | dash_mpd_downloader.cpp | 152 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 D | dash_common.h | 28 using DashSegmentInitValue = enum DashSegmentInitValue { enum
|