HomeSort by relevance Sort by last modified time
    Searched full:was_stream_delay_set (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.h 109 bool was_stream_delay_set() const override
288 was_stream_delay_set(false),
301 bool was_stream_delay_set; member in struct:webrtc::AudioProcessingImpl::ApmCaptureState
audio_processing_impl.cc 830 capture_.was_stream_delay_set = false;
1036 bool AudioProcessingImpl::was_stream_delay_set() const { function in class:webrtc::AudioProcessingImpl
    [all...]
echo_control_mobile_impl.cc 174 if (!apm_->was_stream_delay_set()) {
echo_cancellation_impl.cc 168 if (!apm_->was_stream_delay_set()) {
  /external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h 243 MOCK_CONST_METHOD0(was_stream_delay_set,
audio_processing.h 401 virtual bool was_stream_delay_set() const = 0;
    [all...]
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 113 WEBRTC_BOOL_STUB_CONST(was_stream_delay_set, ());

Completed in 355 milliseconds