Home
last modified time | relevance | path

Searched refs:representationIndex_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_common.h153 representationIndex_ = desc.representationIndex_; in DashStreamDescription()
173 representationIndex_ = desc.representationIndex_;
196 unsigned int representationIndex_ = 0; member
H A Ddash_mpd_downloader.cpp926 … streamDesc->representationIndex_); in GetSegmentsByPeriodInfo()
1135 streamDesc.representationIndex_ = repIndex; in GetStreamDescriptions()
1393 if (streamDesc->representationIndex_ < adptSetInfo->representationList_.size()) { in GetSegmentsInAdptSet()
1394 repInfo = GetRepresemtationFromAdptSet(adptSetInfo, streamDesc->representationIndex_); in GetSegmentsInAdptSet()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp488 ParseUrlType(xmlParser, childElement, elementNameStr, &segBase->representationIndex_); in ParseElementUrlType()
554 &segList->multSegBaseInfo_.segBaseInfo_.representationIndex_); in ParseSegmentListElement()
649 &segTmplt->multSegBaseInfo_.segBaseInfo_.representationIndex_); in ParseElement()
1233 if (segBaseInfo->representationIndex_ != nullptr) { in ClearSegmentBase()
1234 delete segBaseInfo->representationIndex_; in ClearSegmentBase()
1235 segBaseInfo->representationIndex_ = nullptr; in ClearSegmentBase()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_def.h67 DashUrlType *representationIndex_{nullptr};