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

  /external/webrtc/src/modules/audio_processing/
echo_control_mobile_impl.h 40 virtual int set_routing_mode(RoutingMode mode);
41 virtual RoutingMode routing_mode() const;
56 RoutingMode routing_mode_;
echo_control_mobile_impl.cc 27 WebRtc_Word16 MapSetting(EchoControlMobile::RoutingMode mode) {
171 int EchoControlMobileImpl::set_routing_mode(RoutingMode mode) {
181 EchoControlMobile::RoutingMode EchoControlMobileImpl::routing_mode()
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 353 enum RoutingMode {
363 virtual int set_routing_mode(RoutingMode mode) = 0;
364 virtual RoutingMode routing_mode() const = 0;
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 552 static_cast<EchoControlMobile::RoutingMode>(-1)));
555 static_cast<EchoControlMobile::RoutingMode>(5)));
558 EchoControlMobile::RoutingMode mode[] = {
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 429 static const webrtc::EchoControlMobile::RoutingMode kAecDefaultMode =
518 webrtc::EchoControlMobile::RoutingMode mode = webrtc::EchoControlMobile::kQuietEarpieceOrHeadset;
    [all...]

Completed in 272 milliseconds