Home
last modified time | relevance | path

Searched refs:num_packets_to_drop_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
DChannel.h93 num_packets_to_drop_ = new_num_packets_to_drop; in set_num_packets_to_drop()
125 int num_packets_to_drop_; variable
DChannel.cc119 if (num_packets_to_drop_ > 0) { in SendData()
120 num_packets_to_drop_--; in SendData()
243 num_packets_to_drop_(0) { in Channel()