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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history_unittest.cc 72 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, capture_time_ms,
84 EXPECT_EQ(-1, hist_->PutRTPPacket(packet_, kMaxPacketLength + 1,
96 TEST_F(RtpPacketHistoryTest, PutRtpPacket) {
103 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, capture_time_ms,
113 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, capture_time_ms,
133 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, -1, kAllowRetransmission));
152 0, hist_->PutRTPPacket(packet_, len, capture_time_ms, kDontRetransmit));
169 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, capture_time_ms,
200 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, capture_time_ms,
235 EXPECT_EQ(0, hist_->PutRTPPacket(packet_, len, capture_time_ms
    [all...]
rtp_packet_history.h 40 int32_t PutRTPPacket(const uint8_t* packet,
rtp_packet_history.cc 77 int32_t RTPPacketHistory::PutRTPPacket(const uint8_t* packet,
rtp_sender.cc     [all...]

Completed in 46 milliseconds