OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApplyGainLinear
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/tools/agc/
test_utils.h
19
void
ApplyGainLinear
(float gain, float last_gain, AudioFrame* frame);
test_utils.cc
29
void
ApplyGainLinear
(float gain, float last_gain, AudioFrame* frame) {
44
ApplyGainLinear
(Db2Linear(gain_db), Db2Linear(last_gain_db), frame);
/external/webrtc/webrtc/modules/audio_processing/agc/
agc_unittest.cc
73
ApplyGainLinear
(gain, &frame);
Completed in 554 milliseconds