OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_stream_delay_ms
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/src/modules/audio_processing/
audio_processing_impl.h
70
virtual int
set_stream_delay_ms
(int delay);
audio_processing_impl.cc
455
int AudioProcessingImpl::
set_stream_delay_ms
(int delay) {
function in class:webrtc::AudioProcessingImpl
/external/webrtc/src/modules/audio_processing/interface/
audio_processing.h
91
// apm->
set_stream_delay_ms
(delay_ms);
187
virtual int
set_stream_delay_ms
(int delay) = 0;
/external/webrtc/src/modules/audio_processing/test/
unit_test.cc
291
ap->
set_stream_delay_ms
(0);
370
EXPECT_EQ(apm_->kNoError, apm_->
set_stream_delay_ms
(100));
385
EXPECT_EQ(apm_->kNoError, apm_->
set_stream_delay_ms
(100));
405
EXPECT_EQ(apm_->kNoError, apm_->
set_stream_delay_ms
(100));
413
EXPECT_EQ(apm_->kNoError, apm_->
set_stream_delay_ms
(100));
427
EXPECT_EQ(apm_->kNoError, apm_->
set_stream_delay_ms
(100));
[
all
...]
process_test.cc
623
apm->
set_stream_delay_ms
(msg.delay() + extra_delay_ms));
822
apm->
set_stream_delay_ms
(delay_ms + extra_delay_ms));
[
all
...]
/external/chromium_org/content/renderer/media/
media_stream_audio_processor.cc
336
audio_processing_->
set_stream_delay_ms
(total_delay_ms);
/frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp
489
status = effect->session->apm->
set_stream_delay_ms
(value/1000);
[
all
...]
Completed in 1617 milliseconds