HomeSort by relevance Sort by last modified time
    Searched refs:in_wait_period (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 115 bwest_str->in_wait_period = 0;
203 if(bwest_str->in_wait_period > 0 )
205 bwest_str->in_wait_period--;
329 if ((late_diff > 8000.0f) && !bwest_str->in_wait_period)
332 bwest_str->in_wait_period = 55;
337 else if (late_diff > 5120.0f && !bwest_str->in_wait_period)
341 bwest_str->in_wait_period = 44;
350 !bwest_str->in_wait_period)
structs.h 217 int in_wait_period; member in struct:__anon38866

Completed in 52 milliseconds