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