Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_common.h152 adptSetIndex_ = desc.adptSetIndex_; in DashStreamDescription()
172 adptSetIndex_ = desc.adptSetIndex_;
195 unsigned int adptSetIndex_ = 0; member
H A Ddash_mpd_downloader.cpp1076 streamDesc.adptSetIndex_ = adptSetIndex; in GetStreamsInfoInPeriod()
1101 …EDIA_LOG_I("representation count is 0 in adptset index " PUBLIC_LOG_U32, streamDesc.adptSetIndex_); in GetStreamsInfoInAdptSet()
1357 if (streamDesc->adptSetIndex_ < adptSetVector.size()) { in GetSegmentsInPeriod()
1358 adptSetInfo = adptSetVector[streamDesc->adptSetIndex_]; in GetSegmentsInPeriod()
2016 if (streamDescriptions_[index]->adptSetIndex_ == audioAdptSetIndex) { in GetStreamInfo()
2022 audioAdptSetIndex = streamDescriptions_[index]->adptSetIndex_; in GetStreamInfo()
2024 if (streamDescriptions_[index]->adptSetIndex_ == subtitleAdptSetIndex) { in GetStreamInfo()
2029 subtitleAdptSetIndex = streamDescriptions_[index]->adptSetIndex_; in GetStreamInfo()