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/main/source/
echo_control_mobile_impl.cc 26 WebRtc_Word16 MapSetting(EchoControlMobile::RoutingMode mode) {
28 case EchoControlMobile::kQuietEarpieceOrHeadset:
30 case EchoControlMobile::kEarpiece:
32 case EchoControlMobile::kLoudEarpiece:
34 case EchoControlMobile::kSpeakerphone:
36 case EchoControlMobile::kLoudSpeakerphone:
169 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 65 virtual EchoControlMobile* echo_control_mobile() const;
audio_processing_impl.cc 546 EchoControlMobile* AudioProcessingImpl::echo_control_mobile() const {
  /external/webrtc/src/modules/audio_processing/main/interface/
audio_processing.h 21 class EchoControlMobile;
200 virtual EchoControlMobile* echo_control_mobile() const = 0;
254 // EchoCancellation and EchoControlMobile may not be enabled simultaneously.
331 class EchoControlMobile {
333 // EchoCancellation and EchoControlMobile may not be enabled simultaneously.
360 virtual ~EchoControlMobile() {};
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
unit_test.cc 32 using webrtc::EchoControlMobile;
604 TEST_F(ApmTest, EchoControlMobile) {
615 static_cast<EchoControlMobile::RoutingMode>(-1)));
618 static_cast<EchoControlMobile::RoutingMode>(5)));
621 EchoControlMobile::RoutingMode mode[] = {
622 EchoControlMobile::kQuietEarpieceOrHeadset,
623 EchoControlMobile::kEarpiece,
624 EchoControlMobile::kLoudEarpiece,
625 EchoControlMobile::kSpeakerphone,
626 EchoControlMobile::kLoudSpeakerphone
    [all...]
  /frameworks/base/media/libeffects/preprocessing/
PreProcessing.cpp 388 static const webrtc::EchoControlMobile::RoutingMode kAecDefaultMode =
389 webrtc::EchoControlMobile::kEarpiece;
395 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine);
403 webrtc::EchoControlMobile *aec = effect->session->apm->echo_control_mobile();
461 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine);
469 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine);
476 webrtc::EchoControlMobile *aec = static_cast<webrtc::EchoControlMobile *>(effect->engine)
    [all...]

Completed in 167 milliseconds