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

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 118 bwest_str->consecLatency = 0;
293 bwest_str->consecLatency += late_diff;
298 bwest_str->consecLatency = 0;
302 float latencyMs = bwest_str->consecLatency/(FS/1000);
306 bwest_str->inWaitLatePkts = (WebRtc_Word16)((bwest_str->consecLatency/(FS/1000)) / 30);// + 150;
495 bwest_str->consecLatency = 0;
structs.h 225 float consecLatency;

Completed in 147 milliseconds