HomeSort by relevance Sort by last modified time
    Searched full:receivedpacketlist (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testFec/
test_fec.cc 38 ForwardErrorCorrection::ReceivedPacketList* toDecodeList,
39 ForwardErrorCorrection::ReceivedPacketList* receivedPacketList,
42 assert(numPacketsToDecode <= receivedPacketList->size());
44 ForwardErrorCorrection::ReceivedPacketList::iterator it;
46 it = receivedPacketList->begin();
51 if (it == receivedPacketList->end()) {
74 receivedPacketList->erase(it);
111 ForwardErrorCorrection::ReceivedPacketList toDecodeList;
112 ForwardErrorCorrection::ReceivedPacketList receivedPacketList
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
fec_receiver_impl.h 45 ForwardErrorCorrection::ReceivedPacketList received_packet_list_;
forward_error_correction.h 117 typedef std::list<ReceivedPacket*> ReceivedPacketList;
180 * \param[in] receivedPacketList List of new received packets, of type
193 int32_t DecodeFEC(ReceivedPacketList* received_packet_list,
252 void InsertPackets(ReceivedPacketList* received_packet_list,
rtp_fec_unittest.cc 29 typedef std::list<ForwardErrorCorrection::ReceivedPacket*> ReceivedPacketList;
52 ReceivedPacketList received_packet_list_;
forward_error_correction.cc 600 ReceivedPacketList* received_packet_list,
785 ReceivedPacketList* received_packet_list,

Completed in 219 milliseconds