Searched refs:mListVoiceFrames (Results 1 – 2 of 2) sorted by relevance
73 mListVoiceFrames.clear(); in Reset()247 mListVoiceFrames.push_back(arrivalTime); in Add()250 if (mListVoiceFrames.size() > DROP_WINDOW * 3 / FRAME_INTERVAL) in Add()252 mListVoiceFrames.pop_front(); in Add()634 uint32_t numVoice = std::count_if(mListVoiceFrames.begin(), mListVoiceFrames.end(), in GetDropVoiceRateInDuration()
105 std::list<uint32_t> mListVoiceFrames; variable