Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Ddecision_logic.h28 static const int kMaxWaitForPacket = 10; variable
Ddecision_logic.cc429 return num_consecutive_expands_ >= kMaxWaitForPacket; in MaxWaitForPacket()