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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 101 bwest_str->rec_max_delay = 10.0f;
466 // Replace bwest_str->rec_max_delay by the new
468 bwest_str->rec_max_delay = 3.0f * bwest_str->rec_jitter;
742 int32_t rec_max_delay; local
746 rec_max_delay = (int32_t)(bwest_str->rec_max_delay);
749 if (rec_max_delay < MIN_ISAC_MD)
751 rec_max_delay = MIN_ISAC_MD;
753 else if (rec_max_delay > MAX_ISAC_MD)
755 rec_max_delay = MAX_ISAC_MD
    [all...]
structs.h 187 float rec_max_delay; member in struct:__anon38866

Completed in 1445 milliseconds