Searched refs:kEstimateLengthFrames (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_resampler.c25 kEstimateLengthFrames = 400 enumerator in enum:__anon15883
33 int skewData[kEstimateLengthFrames];
129 if (obj->skewDataIndex < kEstimateLengthFrames) {
132 } else if (obj->skewDataIndex == kEstimateLengthFrames) {
134 obj->skewData, kEstimateLengthFrames, obj->deviceSampleRateHz, skewEst);
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_resampler.c24 enum { kEstimateLengthFrames = 400 }; enumerator in enum:__anon33471
31 int skewData[kEstimateLengthFrames];
140 if (obj->skewDataIndex < kEstimateLengthFrames) {
144 else if (obj->skewDataIndex == kEstimateLengthFrames) {
146 kEstimateLengthFrames,

Completed in 146 milliseconds