OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:analog_capture_level_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/
gain_control_impl.cc
58
analog_capture_level_
(0),
140
capture_levels_.assign(num_handles(),
analog_capture_level_
);
local
164
analog_capture_level_
,
224
analog_capture_level_
= 0;
226
analog_capture_level_
+= capture_levels_[i];
229
analog_capture_level_
/= num_handles();
244
analog_capture_level_
= level;
254
return
analog_capture_level_
;
373
capture_levels_.assign(n,
analog_capture_level_
);
gain_control_impl.h
89
int
analog_capture_level_
GUARDED_BY(crit_capture_);
Completed in 47 milliseconds