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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.c113 bwest_str->in_wait_period = 0;
197 if(bwest_str->in_wait_period > 0 )
199 bwest_str->in_wait_period--;
323 if ((late_diff > 8000.0f) && !bwest_str->in_wait_period)
326 bwest_str->in_wait_period = 55;
331 else if (late_diff > 5120.0f && !bwest_str->in_wait_period)
335 bwest_str->in_wait_period = 44;
344 !bwest_str->in_wait_period)
H A Dstructs.h217 int in_wait_period; member in struct:__anon28980

Completed in 197 milliseconds