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

  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_packet_buffer.h 49 MOCK_METHOD1(DiscardAllOldPackets,
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.h 108 virtual int DiscardAllOldPackets(uint32_t timestamp_limit);
packet_buffer.cc 239 int PacketBuffer::DiscardAllOldPackets(uint32_t timestamp_limit) {
packet_buffer_unittest.cc 394 EXPECT_EQ(0, buffer->DiscardAllOldPackets(0)); // 0 packets discarded.
neteq_impl.cc     [all...]

Completed in 601 milliseconds