HomeSort by relevance Sort by last modified time
    Searched refs:audio_processing (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/chromium_org/content/renderer/media/
media_stream_audio_processor_options.h 91 // Enables the echo cancellation in |audio_processing|.
92 void EnableEchoCancellation(AudioProcessing* audio_processing);
94 // Enables the noise suppression in |audio_processing|.
95 void EnableNoiseSuppression(AudioProcessing* audio_processing);
97 // Enables the high pass filter in |audio_processing|.
98 void EnableHighPassFilter(AudioProcessing* audio_processing);
100 // Enables the typing detection in |audio_processing|.
101 void EnableTypingDetection(AudioProcessing* audio_processing,
104 // Starts the echo cancellation dump in |audio_processing|.
105 void StartEchoCancellationDump(AudioProcessing* audio_processing,
    [all...]
media_stream_audio_processor_options.cc 19 #include "third_party/webrtc/modules/audio_processing/include/audio_processing.h"
20 #include "third_party/webrtc/modules/audio_processing/typing_detection.h"
206 void EnableEchoCancellation(AudioProcessing* audio_processing) {
212 int err = audio_processing->echo_control_mobile()->set_routing_mode(
214 err |= audio_processing->echo_control_mobile()->Enable(true);
219 int err = audio_processing->echo_cancellation()->set_suppression_level(
223 err |= audio_processing->echo_cancellation()->enable_metrics(true);
224 err |= audio_processing->echo_cancellation()->enable_delay_logging(true);
225 err |= audio_processing->echo_cancellation()->Enable(true)
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_base_unittest.cc 15 #include "webrtc/modules/audio_processing/include/audio_processing.h"
41 EXPECT_EQ(audioproc, base_->audio_processing());
45 EXPECT_TRUE(base_->audio_processing() == NULL);
47 EXPECT_TRUE(base_->audio_processing() != NULL);
  /external/chromium_org/third_party/webrtc/modules/
audioproc_debug_proto.target.darwin-arm.mk 18 # "{'inputs': ['../../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['audio_processing/debug.proto'], 'action': ['python', '../../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'audio_processing', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX
    [all...]
audioproc_debug_proto.target.darwin-arm64.mk 18 # "{'inputs': ['../../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['audio_processing/debug.proto'], 'action': ['python', '../../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'audio_processing', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX
    [all...]
audioproc_debug_proto.target.darwin-mips.mk 18 # "{'inputs': ['../../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['audio_processing/debug.proto'], 'action': ['python', '../../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'audio_processing', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX
    [all...]
audioproc_debug_proto.target.darwin-mips64.mk 18 # "{'inputs': ['../../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['audio_processing/debug.proto'], 'action': ['python', '../../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'audio_processing', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX
    [all...]
audioproc_debug_proto.target.darwin-x86.mk 18 # "{'inputs': ['../../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['audio_processing/debug.proto'], 'action': ['python', '../../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'audio_processing', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX
    [all...]
audioproc_debug_proto.target.darwin-x86_64.mk 18 # "{'inputs': ['../../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['audio_processing/debug.proto'], 'action': ['python', '../../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'audio_processing', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX
    [all...]
audioproc_debug_proto.target.linux-arm.mk 18 # "{'inputs': ['../../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['audio_processing/debug.proto'], 'action': ['python', '../../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'audio_processing', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX
    [all...]
audioproc_debug_proto.target.linux-arm64.mk 18 # "{'inputs': ['../../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['audio_processing/debug.proto'], 'action': ['python', '../../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'audio_processing', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX
    [all...]
audioproc_debug_proto.target.linux-mips.mk 18 # "{'inputs': ['../../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['audio_processing/debug.proto'], 'action': ['python', '../../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'audio_processing', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX
    [all...]
audioproc_debug_proto.target.linux-mips64.mk 18 # "{'inputs': ['../../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['audio_processing/debug.proto'], 'action': ['python', '../../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'audio_processing', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX
    [all...]
audioproc_debug_proto.target.linux-x86.mk 18 # "{'inputs': ['../../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['audio_processing/debug.proto'], 'action': ['python', '../../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'audio_processing', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX
    [all...]
audioproc_debug_proto.target.linux-x86_64.mk 18 # "{'inputs': ['../../../tools/protoc_wrapper/protoc_wrapper.py', '$(gyp_shared_intermediate_dir)/protoc'], 'process_outputs_as_sources': '1', 'extension': 'proto', 'outputs': ['$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/%(INPUT_ROOT)s_pb2.py', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.cc', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h'], 'rule_name': 'genproto', 'rule_sources': ['audio_processing/debug.proto'], 'action': ['python', '../../../tools/protoc_wrapper/protoc_wrapper.py', '--include', '', '--protobuf', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing/%(INPUT_ROOT)s.pb.h', '--proto-in-dir', 'audio_processing', '--proto-in-file', '%(INPUT_ROOT)s$(suffix $<)', '--use-system-protobuf=0', '--', '$(gyp_shared_intermediate_dir)/protoc', '--cpp_out', '$(gyp_shared_intermediate_dir)/protoc_out/webrtc/audio_processing', '--python_out', '$(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing'], 'message': 'Generating C++ and Python code from $(RULE_SOURCES)'}":
19 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_local_path := $(LOCAL_PATH)
20 $(gyp_shared_intermediate_dir)/pyproto/webrtc/audio_processing/debug_pb2.py: gyp_var_prefix := $(GYP_VAR_PREFIX
    [all...]
audio_processing.target.darwin-arm.mk 27 third_party/webrtc/modules/audio_processing/aec/echo_cancellation.c \
28 third_party/webrtc/modules/audio_processing/aec/aec_core.c \
29 third_party/webrtc/modules/audio_processing/aec/aec_rdft.c \
30 third_party/webrtc/modules/audio_processing/aec/aec_resampler.c \
31 third_party/webrtc/modules/audio_processing/aecm/echo_control_mobile.c \
32 third_party/webrtc/modules/audio_processing/aecm/aecm_core.c \
33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
35 third_party/webrtc/modules/audio_processing/audio_buffer.cc \
36 third_party/webrtc/modules/audio_processing/audio_processing_impl.cc
    [all...]
audio_processing.target.linux-arm.mk 27 third_party/webrtc/modules/audio_processing/aec/echo_cancellation.c \
28 third_party/webrtc/modules/audio_processing/aec/aec_core.c \
29 third_party/webrtc/modules/audio_processing/aec/aec_rdft.c \
30 third_party/webrtc/modules/audio_processing/aec/aec_resampler.c \
31 third_party/webrtc/modules/audio_processing/aecm/echo_control_mobile.c \
32 third_party/webrtc/modules/audio_processing/aecm/aecm_core.c \
33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
35 third_party/webrtc/modules/audio_processing/audio_buffer.cc \
36 third_party/webrtc/modules/audio_processing/audio_processing_impl.cc
    [all...]
audio_processing.target.darwin-arm64.mk 27 third_party/webrtc/modules/audio_processing/aec/echo_cancellation.c \
28 third_party/webrtc/modules/audio_processing/aec/aec_core.c \
29 third_party/webrtc/modules/audio_processing/aec/aec_rdft.c \
30 third_party/webrtc/modules/audio_processing/aec/aec_resampler.c \
31 third_party/webrtc/modules/audio_processing/aecm/echo_control_mobile.c \
32 third_party/webrtc/modules/audio_processing/aecm/aecm_core.c \
33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
35 third_party/webrtc/modules/audio_processing/audio_buffer.cc \
36 third_party/webrtc/modules/audio_processing/audio_processing_impl.cc
    [all...]
audio_processing.target.darwin-mips.mk 27 third_party/webrtc/modules/audio_processing/aec/echo_cancellation.c \
28 third_party/webrtc/modules/audio_processing/aec/aec_core.c \
29 third_party/webrtc/modules/audio_processing/aec/aec_rdft.c \
30 third_party/webrtc/modules/audio_processing/aec/aec_resampler.c \
31 third_party/webrtc/modules/audio_processing/aecm/echo_control_mobile.c \
32 third_party/webrtc/modules/audio_processing/aecm/aecm_core.c \
33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
35 third_party/webrtc/modules/audio_processing/audio_buffer.cc \
36 third_party/webrtc/modules/audio_processing/audio_processing_impl.cc
    [all...]
audio_processing.target.darwin-mips64.mk 27 third_party/webrtc/modules/audio_processing/aec/echo_cancellation.c \
28 third_party/webrtc/modules/audio_processing/aec/aec_core.c \
29 third_party/webrtc/modules/audio_processing/aec/aec_rdft.c \
30 third_party/webrtc/modules/audio_processing/aec/aec_resampler.c \
31 third_party/webrtc/modules/audio_processing/aecm/echo_control_mobile.c \
32 third_party/webrtc/modules/audio_processing/aecm/aecm_core.c \
33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
35 third_party/webrtc/modules/audio_processing/audio_buffer.cc \
36 third_party/webrtc/modules/audio_processing/audio_processing_impl.cc
    [all...]
audio_processing.target.darwin-x86.mk 27 third_party/webrtc/modules/audio_processing/aec/echo_cancellation.c \
28 third_party/webrtc/modules/audio_processing/aec/aec_core.c \
29 third_party/webrtc/modules/audio_processing/aec/aec_rdft.c \
30 third_party/webrtc/modules/audio_processing/aec/aec_resampler.c \
31 third_party/webrtc/modules/audio_processing/aecm/echo_control_mobile.c \
32 third_party/webrtc/modules/audio_processing/aecm/aecm_core.c \
33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
35 third_party/webrtc/modules/audio_processing/audio_buffer.cc \
36 third_party/webrtc/modules/audio_processing/audio_processing_impl.cc
    [all...]
audio_processing.target.darwin-x86_64.mk 27 third_party/webrtc/modules/audio_processing/aec/echo_cancellation.c \
28 third_party/webrtc/modules/audio_processing/aec/aec_core.c \
29 third_party/webrtc/modules/audio_processing/aec/aec_rdft.c \
30 third_party/webrtc/modules/audio_processing/aec/aec_resampler.c \
31 third_party/webrtc/modules/audio_processing/aecm/echo_control_mobile.c \
32 third_party/webrtc/modules/audio_processing/aecm/aecm_core.c \
33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
35 third_party/webrtc/modules/audio_processing/audio_buffer.cc \
36 third_party/webrtc/modules/audio_processing/audio_processing_impl.cc
    [all...]
audio_processing.target.linux-arm64.mk 27 third_party/webrtc/modules/audio_processing/aec/echo_cancellation.c \
28 third_party/webrtc/modules/audio_processing/aec/aec_core.c \
29 third_party/webrtc/modules/audio_processing/aec/aec_rdft.c \
30 third_party/webrtc/modules/audio_processing/aec/aec_resampler.c \
31 third_party/webrtc/modules/audio_processing/aecm/echo_control_mobile.c \
32 third_party/webrtc/modules/audio_processing/aecm/aecm_core.c \
33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
35 third_party/webrtc/modules/audio_processing/audio_buffer.cc \
36 third_party/webrtc/modules/audio_processing/audio_processing_impl.cc
    [all...]
audio_processing.target.linux-mips.mk 27 third_party/webrtc/modules/audio_processing/aec/echo_cancellation.c \
28 third_party/webrtc/modules/audio_processing/aec/aec_core.c \
29 third_party/webrtc/modules/audio_processing/aec/aec_rdft.c \
30 third_party/webrtc/modules/audio_processing/aec/aec_resampler.c \
31 third_party/webrtc/modules/audio_processing/aecm/echo_control_mobile.c \
32 third_party/webrtc/modules/audio_processing/aecm/aecm_core.c \
33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
35 third_party/webrtc/modules/audio_processing/audio_buffer.cc \
36 third_party/webrtc/modules/audio_processing/audio_processing_impl.cc
    [all...]
audio_processing.target.linux-mips64.mk 27 third_party/webrtc/modules/audio_processing/aec/echo_cancellation.c \
28 third_party/webrtc/modules/audio_processing/aec/aec_core.c \
29 third_party/webrtc/modules/audio_processing/aec/aec_rdft.c \
30 third_party/webrtc/modules/audio_processing/aec/aec_resampler.c \
31 third_party/webrtc/modules/audio_processing/aecm/echo_control_mobile.c \
32 third_party/webrtc/modules/audio_processing/aecm/aecm_core.c \
33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
35 third_party/webrtc/modules/audio_processing/audio_buffer.cc \
36 third_party/webrtc/modules/audio_processing/audio_processing_impl.cc
    [all...]

Completed in 211 milliseconds

1 2 3