Searched refs:mBandwidthItems (Results 1 – 2 of 2) sorted by relevance
1080 mBandwidthItems.push(item); in onMasterPlaylistFetched()1088 mBandwidthItems.clear(); in onMasterPlaylistFetched()1094 CHECK_GT(mBandwidthItems.size(), 0u); in onMasterPlaylistFetched()1097 mBandwidthItems.sort(SortByBandwidth); in onMasterPlaylistFetched()1110 mBandwidthItems.push(item); in onMasterPlaylistFetched()1347 if (mBandwidthItems.size() < 2) { in getBandwidthIndex()1383 index = mBandwidthItems.size() - 1; in getBandwidthIndex()1415 if (index == mBandwidthItems.size()) { in getBandwidthIndex()1423 size_t index = mBandwidthItems.size() - 1; in getBandwidthIndex()1435 if (index >= mBandwidthItems.size()) { in getBandwidthIndex()[all …]
201 Vector<BandwidthItem> mBandwidthItems; member