Searched refs:curRep (Results 1 – 1 of 1) sorted by relevance
145 for (DashList<DashRepresentationInfo *>::iterator curRep = representationList_.begin(); in GetBandwidths() local146 curRep != representationList_.end(); ++curRep) { in GetBandwidths()147 if (*curRep != nullptr) { in GetBandwidths()148 bandwidths.push_back((*curRep)->bandwidth_); in GetBandwidths()