Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddecision_logic_normal.h40 static const int kMaxWaitForPacket = 10; variable
Ddecision_logic_normal.cc235 return num_consecutive_expands_ >= kMaxWaitForPacket; in MaxWaitForPacket()