Home
last modified time | relevance | path

Searched refs:segTmplt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp593 DashSegTmpltInfo *segTmplt = new DashSegTmpltInfo; in ParseSegmentTemplate() local
594 if (segTmplt != nullptr) { in ParseSegmentTemplate()
597 delete segTmplt; in ParseSegmentTemplate()
605 segTmpltNode->GetAttr("duration", segTmplt->multSegBaseInfo_.duration_); in ParseSegmentTemplate()
607 segTmpltNode->GetAttr("media", segTmplt->segTmpltMedia_); in ParseSegmentTemplate()
608 segTmpltNode->GetAttr("index", segTmplt->segTmpltIndex_); in ParseSegmentTemplate()
609 segTmpltNode->GetAttr("initialization", segTmplt->segTmpltInitialization_); in ParseSegmentTemplate()
619 ParseElement(xmlParser, segTmplt, childElement); in ParseSegmentTemplate()
623 *segTmpltInfo = segTmplt; in ParseSegmentTemplate()
641 &segTmplt->multSegBaseInfo_.bitstreamSwitching_); in ParseElement()
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_parser.h125 void ParseElement(std::shared_ptr<XmlParser> &xmlParser, DashSegTmpltInfo *segTmplt,