Searched refs:histSize (Results 1 – 2 of 2) sorted by relevance
439 int histSize = historicMessages.size(); in findGroups() local440 for (int i = 0; i < histSize + messages.size(); i++) { in findGroups()442 if (i < histSize) { in findGroups()445 message = messages.get(i - histSize); in findGroups()
204 size_t histSize = mBandwidthHistory.size(); in estimateBandwidth()206 *bandwidthBps, mIsStable, histSize); in estimateBandwidth()211 "...(%zd more items)... }", histSize - itemIdx); in estimateBandwidth()