Searched refs:mBandwidthItems (Results 1 – 2 of 2) sorted by relevance
755 mBandwidthItems.editItemAt( in onMessageReceived()1062 mBandwidthItems.push(item); in onMasterPlaylistFetched()1069 && itemsWithVideo.size() < mBandwidthItems.size()) { in onMasterPlaylistFetched()1070 mBandwidthItems.clear(); in onMasterPlaylistFetched()1072 mBandwidthItems.push(itemsWithVideo[i]); in onMasterPlaylistFetched()1076 CHECK_GT(mBandwidthItems.size(), 0u); in onMasterPlaylistFetched()1077 initialBandwidth = mBandwidthItems[0].mBandwidth; in onMasterPlaylistFetched()1079 mBandwidthItems.sort(SortByBandwidth); in onMasterPlaylistFetched()1081 for (size_t i = 0; i < mBandwidthItems.size(); ++i) { in onMasterPlaylistFetched()1082 if (mBandwidthItems.itemAt(i).mBandwidth == initialBandwidth) { in onMasterPlaylistFetched()[all …]
199 Vector<BandwidthItem> mBandwidthItems; member