Searched refs:mBandwidthItems (Results 1 – 2 of 2) sorted by relevance
768 mBandwidthItems.editItemAt( in onMessageReceived()1079 mBandwidthItems.push(item); in onMasterPlaylistFetched()1086 && itemsWithVideo.size() < mBandwidthItems.size()) { in onMasterPlaylistFetched()1087 mBandwidthItems.clear(); in onMasterPlaylistFetched()1089 mBandwidthItems.push(itemsWithVideo[i]); in onMasterPlaylistFetched()1093 CHECK_GT(mBandwidthItems.size(), 0u); in onMasterPlaylistFetched()1094 initialBandwidth = mBandwidthItems[0].mBandwidth; in onMasterPlaylistFetched()1096 mBandwidthItems.sort(SortByBandwidth); in onMasterPlaylistFetched()1098 for (size_t i = 0; i < mBandwidthItems.size(); ++i) { in onMasterPlaylistFetched()1099 if (mBandwidthItems.itemAt(i).mBandwidth == initialBandwidth) { in onMasterPlaylistFetched()[all …]
201 Vector<BandwidthItem> mBandwidthItems; member