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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 75 bweStr->prevFrameSizeMs = INIT_FRAME_LEN;
193 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) {
208 if ( (frameSize != bweStr->prevFrameSizeMs) && (bweStr->countUpdates > 0)) {
232 bweStr->prevFrameSizeMs = frameSize;
497 bweStr->prevFrameSizeMs = frameSize;
    [all...]
structs.h 193 int16_t prevFrameSizeMs; /* Previous frame size (in ms) */

Completed in 6101 milliseconds