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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.h 123 virtual void BufferStat(int* num_packets, int* max_num_packets) const;
packet_buffer.cc 295 void PacketBuffer::BufferStat(int* num_packets, int* max_num_packets) const {
neteq_impl.cc 414 packet_buffer_->BufferStat(current_num_packets, max_num_packets);
    [all...]

Completed in 783 milliseconds