Searched refs:mBandwidthItems (Results 1 – 2 of 2) sorted by relevance
769 mBandwidthItems.editItemAt( in onMessageReceived()1080 mBandwidthItems.push(item); in onMasterPlaylistFetched()1087 && itemsWithVideo.size() < mBandwidthItems.size()) { in onMasterPlaylistFetched()1088 mBandwidthItems.clear(); in onMasterPlaylistFetched()1090 mBandwidthItems.push(itemsWithVideo[i]); in onMasterPlaylistFetched()1094 CHECK_GT(mBandwidthItems.size(), 0u); in onMasterPlaylistFetched()1095 initialBandwidth = mBandwidthItems[0].mBandwidth; in onMasterPlaylistFetched()1097 mBandwidthItems.sort(SortByBandwidth); in onMasterPlaylistFetched()1099 for (size_t i = 0; i < mBandwidthItems.size(); ++i) { in onMasterPlaylistFetched()1100 if (mBandwidthItems.itemAt(i).mBandwidth == initialBandwidth) { in onMasterPlaylistFetched()[all …]
201 Vector<BandwidthItem> mBandwidthItems; member