Home
last modified time | relevance | path

Searched defs:AudioBuffer (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/
Dnoise_suppression_impl.h21 class AudioBuffer; variable
Dhigh_pass_filter_impl.h21 class AudioBuffer; variable
Dvoice_detection_impl.h21 class AudioBuffer; variable
Dlevel_estimator_impl.h21 class AudioBuffer; variable
Decho_control_mobile_impl.h22 class AudioBuffer; variable
Decho_cancellation_impl.h22 class AudioBuffer; variable
Dgain_control_impl.h25 class AudioBuffer; variable
Daudio_buffer.cc46 AudioBuffer::AudioBuffer(size_t input_num_frames, in AudioBuffer() function in webrtc::AudioBuffer
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Daudio_buffer.h107 constexpr AudioBuffer(): AudioBufferBase<T>(nullptr, 0, 1), mBuffer() {} in AudioBuffer() function
108 AudioBuffer(size_t frameCount, int channelCount) in AudioBuffer() function