Home
last modified time | relevance | path

Searched refs:mListLostPacket (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DMediaQualityAnalyzer.cpp292 if (mListLostPacket.size() > MAX_NUM_PACKET_STORED) in collectOptionalInfo()
294 LostPacket* entry = mListLostPacket.front(); in collectOptionalInfo()
295 mListLostPacket.pop_front(); in collectOptionalInfo()
300 mListLostPacket.push_back(entry); in collectOptionalInfo()
317 mListLostPacket.size()); in collectOptionalInfo()
552 if (!mListLostPacket.empty()) in processMediaQuality()
556 std::copy_if(mListLostPacket.begin(), mListLostPacket.end(), in processMediaQuality()
720 rtcpXrReport, &mListRxPacket, &mListLostPacket, mBeginSeq, mEndSeq, data, size)) in getRtcpXrReportBlock()
750 return std::accumulate(begin(mListLostPacket), end(mListLostPacket), 0, in getLostPacketSize()
963 if (mListLostPacket.empty()) in clearLostPacketList()
[all …]
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/audio/
DMediaQualityAnalyzer.h270 std::list<LostPacket*> mListLostPacket; variable