OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mixed_low_pass_data
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_processing/
audio_buffer.h
36
int16_t*
mixed_low_pass_data
(int channel) const;
voice_detection_impl.cc
72
mixed_data = audio->
mixed_low_pass_data
(0);
audio_buffer.cc
130
int16_t* AudioBuffer::
mixed_low_pass_data
(int channel) const {
function in class:webrtc::AudioBuffer
gain_control_impl.cc
81
mixed_data = audio->
mixed_low_pass_data
(0);
Completed in 64 milliseconds