Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_representation_manager.cpp98 } else if (representationInfo_->representationSegTmplt_->segTmpltInitialization_.length() > 0) { in ParseInitSegmentBySegTmplt()
101 … initSegment_->sourceUrl_ = representationInfo_->representationSegTmplt_->segTmpltInitialization_; in ParseInitSegmentBySegTmplt()
H A Ddash_adpt_set_manager.cpp109 } else if (adptSetInfo_->adptSetSegTmplt_->segTmpltInitialization_.length() > 0) { in ParseInitSegmentBySegTmplt()
112 initSegment_->sourceUrl_ = adptSetInfo_->adptSetSegTmplt_->segTmpltInitialization_; in ParseInitSegmentBySegTmplt()
H A Ddash_period_manager.cpp219 } else if (periodInfo_->periodSegTmplt_->segTmpltInitialization_.length() > 0) { in ParseInitSegmentBySegTmplt()
222 initSegment_->sourceUrl_ = periodInfo_->periodSegTmplt_->segTmpltInitialization_; in ParseInitSegmentBySegTmplt()
H A Ddash_mpd_parser.cpp609 segTmpltNode->GetAttr("initialization", segTmplt->segTmpltInitialization_); in ParseSegmentTemplate()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h83 std::string segTmpltInitialization_; member