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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
Channel.h 92 num_packets_to_drop_ = new_num_packets_to_drop;
122 int num_packets_to_drop_; member in class:webrtc::Channel
Channel.cc 113 if (num_packets_to_drop_ > 0) {
114 num_packets_to_drop_--;
226 num_packets_to_drop_(0) {

Completed in 203 milliseconds