Searched refs:kMaxWaitForPacket (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic_normal.h40 static const int kMaxWaitForPacket = 10; member in class:webrtc::DecisionLogicNormal
99 // Checks if num_consecutive_expands_ >= kMaxWaitForPacket.
H A Ddecision_logic_normal.cc235 return num_consecutive_expands_ >= kMaxWaitForPacket;

Completed in 118 milliseconds