Home
last modified time | relevance | path

Searched refs:DashSegTmpltInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h80 struct DashSegTmpltInfo { struct
125 DashSegTmpltInfo *representationSegTmplt_{nullptr};
162 DashSegTmpltInfo *adptSetSegTmplt_{nullptr};
181 DashSegTmpltInfo *periodSegTmplt_{nullptr};
H A Ddash_mpd_parser.h64 DashSegTmpltInfo **segTmpltInfo);
87 void FreeSegmentTemplate(DashSegTmpltInfo *segTmpltInfo);
125 void ParseElement(std::shared_ptr<XmlParser> &xmlParser, DashSegTmpltInfo *segTmplt,
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h182 …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,
H A Ddash_mpd_downloader.cpp1439 DashSegmentInitValue DashMpdDownloader::GetSegmentsWithSegTemplate(const DashSegTmpltInfo *segTmplt… in GetSegmentsWithSegTemplate()
1469 DashSegmentInitValue DashMpdDownloader::GetSegmentsWithTmpltStatic(const DashSegTmpltInfo *segTmplt… in GetSegmentsWithTmpltStatic()
1498 DashSegmentInitValue DashMpdDownloader::GetSegmentsWithTmpltDurationStatic(const DashSegTmpltInfo *… in GetSegmentsWithTmpltDurationStatic()
1554 DashSegmentInitValue DashMpdDownloader::GetSegmentsWithTmpltTimelineStatic(const DashSegTmpltInfo *… in GetSegmentsWithTmpltTimelineStatic()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp586 DashSegTmpltInfo **segTmpltInfo) in ParseSegmentTemplate()
593 DashSegTmpltInfo *segTmplt = new DashSegTmpltInfo; in ParseSegmentTemplate()
628 void DashMpdParser::ParseElement(std::shared_ptr<XmlParser> &xmlParser, DashSegTmpltInfo *segTmplt, in ParseElement()
1163 void DashMpdParser::FreeSegmentTemplate(DashSegTmpltInfo *segTmpltInfo) in FreeSegmentTemplate()