Home
last modified time | relevance | path

Searched refs:segBaseInfo_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_representation_manager.cpp79 … representationInfo_->representationSegList_->multSegBaseInfo_.segBaseInfo_.initialization_) { in ParseInitSegment()
82 …CloneUrlType(representationInfo_->representationSegList_->multSegBaseInfo_.segBaseInfo_.initializa… in ParseInitSegment()
95 … if (representationInfo_->representationSegTmplt_->multSegBaseInfo_.segBaseInfo_.initialization_) { in ParseInitSegmentBySegTmplt()
97 …rlType(representationInfo_->representationSegTmplt_->multSegBaseInfo_.segBaseInfo_.initialization_… in ParseInitSegmentBySegTmplt()
H A Ddash_adpt_set_manager.cpp91 adptSetInfo_->adptSetSegList_->multSegBaseInfo_.segBaseInfo_.initialization_) { in ParseInitSegment()
93 …initSegment_ = CloneUrlType(adptSetInfo_->adptSetSegList_->multSegBaseInfo_.segBaseInfo_.initializ… in ParseInitSegment()
106 if (adptSetInfo_->adptSetSegTmplt_->multSegBaseInfo_.segBaseInfo_.initialization_) { in ParseInitSegmentBySegTmplt()
108 … CloneUrlType(adptSetInfo_->adptSetSegTmplt_->multSegBaseInfo_.segBaseInfo_.initialization_); in ParseInitSegmentBySegTmplt()
H A Ddash_period_manager.cpp202 periodInfo_->periodSegList_->multSegBaseInfo_.segBaseInfo_.initialization_) { in ParseInitSegment()
204 …initSegment_ = CloneUrlType(periodInfo_->periodSegList_->multSegBaseInfo_.segBaseInfo_.initializat… in ParseInitSegment()
217 if (periodInfo_->periodSegTmplt_->multSegBaseInfo_.segBaseInfo_.initialization_) { in ParseInitSegmentBySegTmplt()
218 …initSegment_ = CloneUrlType(periodInfo_->periodSegTmplt_->multSegBaseInfo_.segBaseInfo_.initializa… in ParseInitSegmentBySegTmplt()
H A Ddash_mpd_parser.cpp511 segListNode->GetAttr("timescale", segList->multSegBaseInfo_.segBaseInfo_.timeScale_); in ParseSegmentList()
513 segList->multSegBaseInfo_.segBaseInfo_.presentationTimeOffset_); in ParseSegmentList()
550 &segList->multSegBaseInfo_.segBaseInfo_.initialization_); in ParseSegmentListElement()
554 &segList->multSegBaseInfo_.segBaseInfo_.representationIndex_); in ParseSegmentListElement()
569 …if (lowerMultSegBaseInfo->segBaseInfo_.timeScale_ == 0 && higherMultSegBaseInfo->segBaseInfo_.time… in InheritMultSegBase()
570 … lowerMultSegBaseInfo->segBaseInfo_.timeScale_ = higherMultSegBaseInfo->segBaseInfo_.timeScale_; in InheritMultSegBase()
602 segTmpltNode->GetAttr("timescale", segTmplt->multSegBaseInfo_.segBaseInfo_.timeScale_); in ParseSegmentTemplate()
604 segTmplt->multSegBaseInfo_.segBaseInfo_.presentationTimeOffset_); in ParseSegmentTemplate()
645 &segTmplt->multSegBaseInfo_.segBaseInfo_.initialization_); in ParseElement()
649 &segTmplt->multSegBaseInfo_.segBaseInfo_.representationIndex_); in ParseElement()
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h76 DashSegBaseInfo segBaseInfo_; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp1474 if (segTmpltInfo->multSegBaseInfo_.segBaseInfo_.timeScale_ > 0) { in GetSegmentsWithTmpltStatic()
1475 timeScale = segTmpltInfo->multSegBaseInfo_.segBaseInfo_.timeScale_; in GetSegmentsWithTmpltStatic()
1712 if (segListInfo->multSegBaseInfo_.segBaseInfo_.timeScale_ != 0) { in GetSegmentsWithSegList()
1713 timescale = segListInfo->multSegBaseInfo_.segBaseInfo_.timeScale_; in GetSegmentsWithSegList()