Searched refs:mListDropVoiceFrames (Results 1 – 2 of 2) sorted by relevance
74 mListDropVoiceFrames.clear(); in Reset()330 mListDropVoiceFrames.clear(); in Get()448 mListDropVoiceFrames.push_back(currentTime); in Get()451 if (mListDropVoiceFrames.size() > DROP_WINDOW * 3 / FRAME_INTERVAL) in Get()453 mListDropVoiceFrames.pop_front(); in Get()641 uint32_t numDrop = std::count_if(mListDropVoiceFrames.begin(), mListDropVoiceFrames.end(), in GetDropVoiceRateInDuration()
106 std::list<uint32_t> mListDropVoiceFrames; variable