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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 77 bweStr->prevFrameSizeMs = INIT_FRAME_LEN;
199 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) {
214 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) {
238 bweStr->prevFrameSizeMs = frameSize;
502 bweStr->prevFrameSizeMs = frameSize;
    [all...]
structs.h 194 int16_t prevFrameSizeMs; /* Previous frame size (in ms) */

Completed in 94 milliseconds