Searched refs:UpdateLevel (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/test/
H A Dleaky_bucket.h25 void UpdateLevel();
H A Dleaky_bucket.cc22 UpdateLevel();
33 void LeakyBucket::UpdateLevel() { function in class:remoting::LeakyBucket
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c121 static void UpdateLevel(power_level_t* level, float in[2][PART_LEN1]);
814 // zero. Hence, the scaling by two in UpdateLevel() should not be
816 UpdateLevel(&aec->linoutlevel, ef);
826 UpdateLevel(&aec->farlevel, (float (*)[PART_LEN1]) xf_ptr);
827 UpdateLevel(&aec->nearlevel, df);
1118 UpdateLevel(&aec->nlpoutlevel, efw);
1316 static void UpdateLevel(power_level_t* level, float in[2][PART_LEN1]) { function
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core.c581 static void UpdateLevel(PowerLevel* level, float in[2][PART_LEN1]) { function
944 UpdateLevel(&aec->nlpoutlevel, efw);
1190 // zero. Hence, the scaling by two in UpdateLevel() should not be
1192 UpdateLevel(&aec->linoutlevel, ef);
1202 UpdateLevel(&aec->farlevel, (float(*)[PART_LEN1])xf_ptr);
1203 UpdateLevel(&aec->nearlevel, df);

Completed in 3617 milliseconds