HomeSort by relevance Sort by last modified time
    Searched refs:set_stream_delay_ms (Results 1 - 6 of 6) 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...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 489 status = effect->session->apm->set_stream_delay_ms(value/1000);
    [all...]

Completed in 40 milliseconds