webrtc/modules/audio_processing/aec_dump
Artem Titov d3251968d1 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED
Add implementation of RTC_DCHECK_NOTREACHED equal to the RTC_NOTREACHED.
The new macros will replace the old one when old one's usage will be
removed. The idea of the renaming to provide a clear signal that this
is debug build only macros and will be stripped in the production build.

Bug: webrtc:9065
Change-Id: I4c35d8b03e74a4b3fd1ae75dba2f9c05643101db
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/237802
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35348}
2021-11-15 21:44:59 +00:00
..
aec_dump_factory.h Use backticks not vertical bars to denote variables in comments for /modules/audio_processing 2021-08-09 21:49:02 +00:00
aec_dump_impl.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
aec_dump_impl.h APM: Replace most usages of AudioFrame with a stream interface 2020-03-16 11:51:47 +00:00
aec_dump_integration_test.cc ExperimentalNs removed + APM not depending anymore on webrtc::Config 2021-09-17 10:53:43 +00:00
aec_dump_unittest.cc Ensured that all files in APM are using the webrtc namespace 2020-03-20 17:33:28 +00:00
BUILD.gn Change the way that AecDumps are created in APM 2020-05-11 10:33:00 +00:00
capture_stream_info.cc AudioFrameView: size_t -> int 2021-10-07 14:41:03 +00:00
capture_stream_info.h APM: Replace most usages of AudioFrame with a stream interface 2020-03-16 11:51:47 +00:00
mock_aec_dump.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
mock_aec_dump.h In common_audio/ and modules/audio_* replace mock macros with unified MOCK_METHOD macro 2020-05-20 13:17:31 +00:00
null_aec_dump_factory.cc Change StartAecDump methods to work with FILE* and FileWrapper 2019-06-11 13:43:36 +00:00
write_to_file_task.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
write_to_file_task.h Delete almost all includes of platform_file.h 2019-06-28 07:30:15 +00:00