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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 857 if (State->InitCounter > 0) {
858 if (State->InitCounter-- <= INIT_BURST_LEN) {
    [all...]
structs.h 262 int16_t InitCounter;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 816 if (State->InitCounter > 0)
818 if (State->InitCounter-- <= INIT_BURST_LEN)
930 State->InitCounter = 0;
948 State->InitCounter = INIT_BURST_LEN + 10; /* packets */
structs.h 241 int InitCounter;

Completed in 646 milliseconds