Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_adpt_set_manager.cpp145 for (DashList<DashRepresentationInfo *>::iterator curRep = representationList_.begin(); in GetBandwidths() local
146 curRep != representationList_.end(); ++curRep) { in GetBandwidths()
147 if (*curRep != nullptr) { in GetBandwidths()
148 bandwidths.push_back((*curRep)->bandwidth_); in GetBandwidths()