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

  /external/webrtc/src/modules/audio_processing/
echo_control_mobile_impl.cc 27 WebRtc_Word16 MapSetting(EchoControlMobile::RoutingMode mode) {
29 case EchoControlMobile::kQuietEarpieceOrHeadset:
31 case EchoControlMobile::kEarpiece:
33 case EchoControlMobile::kLoudEarpiece:
35 case EchoControlMobile::kSpeakerphone:
37 case EchoControlMobile::kLoudSpeakerphone:
62 size_t EchoControlMobile::echo_path_size_bytes() {
181 EchoControlMobile::RoutingMode EchoControlMobileImpl::routing_mode()
echo_control_mobile_impl.h 21 class EchoControlMobileImpl : public EchoControlMobile,
30 // EchoControlMobile implementation.
38 // EchoControlMobile implementation.
audio_processing_impl.h 75 virtual EchoControlMobile* echo_control_mobile() const;
audio_processing_impl.cc 531 EchoControlMobile* AudioProcessingImpl::echo_control_mobile() const {
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 23 class EchoControlMobile;
205 virtual EchoControlMobile* echo_control_mobile() const = 0;
256 // EchoCancellation and EchoControlMobile may not be enabled simultaneously.
343 class EchoControlMobile {
345 // EchoCancellation and EchoControlMobile may not be enabled simultaneously.
392 virtual ~EchoControlMobile() {};
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 429 static const webrtc::EchoControlMobile::RoutingMode kAecDefaultMode =
430 webrtc::EchoControlMobile::kEarpiece;
436 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine);
444 webrtc::EchoControlMobile *aec = effect->session->apm->echo_control_mobile();
502 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine);
510 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine);
517 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine)
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 39 using webrtc::EchoControlMobile;
541 TEST_F(ApmTest, EchoControlMobile) {
552 static_cast<EchoControlMobile::RoutingMode>(-1)));
555 static_cast<EchoControlMobile::RoutingMode>(5)));
558 EchoControlMobile::RoutingMode mode[] = {
559 EchoControlMobile::kQuietEarpieceOrHeadset,
560 EchoControlMobile::kEarpiece,
561 EchoControlMobile::kLoudEarpiece,
562 EchoControlMobile::kSpeakerphone,
563 EchoControlMobile::kLoudSpeakerphone
    [all...]

Completed in 51 milliseconds