webrtc/modules/audio_processing/aec_dump
Fredrik Solenberg bbf21a3fd6 Remove dependencies on modules:module_api from AudioProcessing.
- Directly include api/audio/audio_frame.h everywhere AudioFrame is used.
- This *will* remove transient dependencies on libjpeg and a bunch of other things from the e.g. APM.
- audio_frame.h still included from module_common_types.h for backwards compatibility with clients.

Bug: webrtc:9139, webrtc:7504
Change-Id: Id96f9268c01667fbcc29a01f5c1dd25a37836897
Reviewed-on: https://webrtc-review.googlesource.com/62464
Commit-Queue: Fredrik Solenberg <solenberg@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22845}
2018-04-12 22:05:27 +00:00
..
aec_dump_factory.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
aec_dump_impl.cc Add FixedGainController and move GainController2 in APM. 2018-02-16 10:56:38 +00:00
aec_dump_impl.h Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +00:00
aec_dump_integration_test.cc Use AudioProcessingBuilder everywhere AudioProcessing is created. 2018-01-09 13:45:20 +00:00
aec_dump_unittest.cc Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +00:00
BUILD.gn Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +00:00
capture_stream_info.cc Add FixedGainController and move GainController2 in APM. 2018-02-16 10:56:38 +00:00
capture_stream_info.h Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +00:00
mock_aec_dump.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mock_aec_dump.h Remove dependencies on modules:module_api from AudioProcessing. 2018-04-12 22:05:27 +00:00
null_aec_dump_factory.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
write_to_file_task.cc Stop using ByteSize (deprecated) to get the size of a proto message. 2017-11-30 14:27:50 +00:00
write_to_file_task.h Move file_wrapper.h to rtc_base/system/ 2018-03-23 11:17:15 +00:00