Searched refs:mListPlayoutDelay (Results 1 – 2 of 2) sorted by relevance
369 mListPlayoutDelay.push_back(delay); in collectRxRtpStatus()672 uint32_t meanDelay = mListPlayoutDelay.empty() in processRtpReceptionStats()674 : std::accumulate(mListPlayoutDelay.begin(), mListPlayoutDelay.end(), 0.0f) / in processRtpReceptionStats()675 mListPlayoutDelay.size(); in processRtpReceptionStats()677 mListPlayoutDelay.clear(); in processRtpReceptionStats()
312 std::list<uint32_t> mListPlayoutDelay; variable