Searched refs:mListRxPacket (Results 1 – 2 of 2) sorted by relevance
241 mListRxPacket.push_back(packet); in collectInfo()243 if (mListRxPacket.size() > MAX_NUM_PACKET_STORED) in collectInfo()245 RtpPacket* pPacket = mListRxPacket.front(); in collectInfo()246 mListRxPacket.pop_front(); in collectInfo()251 packet->seqNum, packet->jitter, mListRxPacket.size()); in collectInfo()336 if (mListRxPacket.empty()) in collectRxRtpStatus()343 for (std::list<RtpPacket*>::reverse_iterator rit = mListRxPacket.rbegin(); in collectRxRtpStatus()344 rit != mListRxPacket.rend(); ++rit) in collectRxRtpStatus()543 std::count_if(mListRxPacket.begin(), mListRxPacket.end(), in processMediaQuality()666 if (!mListRxPacket.empty()) in processRtpReceptionStats()[all …]
268 std::list<RtpPacket*> mListRxPacket; variable