OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_device_sample_rate_hz
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/src/modules/audio_processing/
echo_cancellation_impl.h
44
virtual int
set_device_sample_rate_hz
(int rate);
echo_cancellation_impl.cc
204
int EchoCancellationImpl::
set_device_sample_rate_hz
(int rate) {
function in class:webrtc::EchoCancellationImpl
/external/webrtc/src/modules/audio_processing/interface/
audio_processing.h
266
// |
set_device_sample_rate_hz
()| and |set_stream_drift_samples()| be called.
273
virtual int
set_device_sample_rate_hz
(int rate) = 0;
/external/webrtc/src/modules/audio_processing/test/
process_test.cc
535
apm->echo_cancellation()->
set_device_sample_rate_hz
(
724
apm->echo_cancellation()->
set_device_sample_rate_hz
(
[
all
...]
unit_test.cc
480
apm_->echo_cancellation()->
set_device_sample_rate_hz
(4000));
482
apm_->echo_cancellation()->
set_device_sample_rate_hz
(100000));
487
apm_->echo_cancellation()->
set_device_sample_rate_hz
(rate[i]));
[
all
...]
Completed in 25 milliseconds