Searched refs:itemsWithVideo (Results 1 – 1 of 1) sorted by relevance
1059 Vector<BandwidthItem> itemsWithVideo; in onMasterPlaylistFetched() local1082 itemsWithVideo.push(item); in onMasterPlaylistFetched()1086 if (!itemsWithVideo.empty() in onMasterPlaylistFetched()1087 && itemsWithVideo.size() < mBandwidthItems.size()) { in onMasterPlaylistFetched()1089 for (size_t i = 0; i < itemsWithVideo.size(); ++i) { in onMasterPlaylistFetched()1090 mBandwidthItems.push(itemsWithVideo[i]); in onMasterPlaylistFetched()