HomeSort by relevance Sort by last modified time
    Searched defs:rtp_packets (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
producer_fec_unittest.cc 115 std::list<RtpPacket*> rtp_packets; local
121 rtp_packets.push_back(rtp_packet);
137 while (!rtp_packets.empty()) {
138 delete rtp_packets.front();
139 rtp_packets.pop_front();
156 std::list<RtpPacket*> rtp_packets; local
163 rtp_packets.push_back(rtp_packet);
180 while (!rtp_packets.empty()) {
181 delete rtp_packets.front();
182 rtp_packets.pop_front()
    [all...]
  /external/webrtc/webrtc/call/
rtc_event_log_unittest.cc 427 std::vector<rtc::Buffer> rtp_packets; local
441 rtp_packets.push_back(rtc::Buffer(packet_size));
444 rtp_packets[i].data(), packet_size, &prng);
484 rtp_packets[i - 1].data(), rtp_packets[i - 1].size());
530 rtp_packets[i - 1].data(), rtp_header_sizes[i - 1],
531 rtp_packets[i - 1].size());
  /external/webrtc/talk/media/base/
videoengine_unittest.h 769 int rtp_packets = NumRtpPackets(); local
774 EXPECT_EQ(rtp_packets, NumRtpPackets());
777 EXPECT_TRUE_WAIT(NumRtpPackets() > rtp_packets, kTimeout);
    [all...]
fakemediaengine.h 70 const std::list<std::string>& rtp_packets() const { return rtp_packets_; } function in class:cricket::RtpHelper

Completed in 508 milliseconds