Home
last modified time | relevance | path

Searched refs:DashSegListInfo (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.h89 struct DashSegListInfo { struct
124 DashSegListInfo *representationSegList_{nullptr};
161 DashSegListInfo *adptSetSegList_{nullptr};
180 DashSegListInfo *periodSegList_{nullptr};
H A Ddash_mpd_parser.h60 DashSegListInfo **segListInfo);
61 void ParseSegmentListElement(std::shared_ptr<XmlParser> &xmlParser, DashSegListInfo *segList,
86 void FreeSegmentList(DashSegListInfo *segListInfo);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp494 DashSegListInfo **segListInfo) in ParseSegmentList()
501 DashSegListInfo *segList = new (std::nothrow) DashSegListInfo; in ParseSegmentList()
533 void DashMpdParser::ParseSegmentListElement(std::shared_ptr<XmlParser> &xmlParser, DashSegListInfo in ParseSegmentListElement()
1145 void DashMpdParser::FreeSegmentList(DashSegListInfo *segListInfo) in FreeSegmentList()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.h196 …DashSegmentInitValue GetSegmentsWithSegList(const DashSegListInfo *segListInfo, const std::string …
H A Ddash_mpd_downloader.cpp1703 DashSegmentInitValue DashMpdDownloader::GetSegmentsWithSegList(const DashSegListInfo *segListInfo, in GetSegmentsWithSegList()