webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment
Mirko Bonadei 2dfa998be2 Reland "Prefix flag macros with WEBRTC_."
This is a reland of 5ccdc1331f

Original change's description:
> Prefix flag macros with WEBRTC_.
>
> Macros defined in rtc_base/flags.h are intended to be used to define
> flags in WebRTC's binaries (e.g. tests).
>
> They are currently not prefixed and this could cause problems with
> downstream clients since these names are quite common.
>
> This CL adds the 'WEBRTC_' prefix to them.
>
> Generated with:
>
> for x in DECLARE DEFINE; do
>   for y in bool int float string FLAG; do
>     git grep -l "\b$x\_$y\b" | \
>     xargs sed -i "s/\b$x\_$y\b/WEBRTC_$x\_$y/g"
>   done
> done
> git cl format
>
> Bug: webrtc:9884
> Change-Id: I7b524762b6a3e5aa5b2fc2395edd3e1a0fe72591
> Reviewed-on: https://webrtc-review.googlesource.com/c/106682
> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#25270}

TBR=kwiberg@webrtc.org

Bug: webrtc:9884
Change-Id: I5ba5368a231a334d135ed5e6fd7a279629ced8a3
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://webrtc-review.googlesource.com/c/107161
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25277}
2018-10-19 15:06:43 +00:00
..
apm_configs Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
__init__.py Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
annotations.py Fix pylint presubmit errors and warnings from untouched modules. 2018-06-27 09:31:29 +00:00
annotations_unittest.py Generate APM-QA annotations for noise mixes. 2017-11-23 10:16:29 +00:00
apm_vad.cc Reland "Prefix flag macros with WEBRTC_." 2018-10-19 15:06:43 +00:00
audioproc_wrapper.py Injectable APM simulator binary in APM-QA 2017-09-29 09:31:16 +00:00
collect_data.py Create links to single experiments in APM-QA exported results. 2017-10-13 07:48:47 +00:00
data_access.py Injectable APM simulator binary in APM-QA 2017-09-29 09:31:16 +00:00
echo_path_simulation.py Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
echo_path_simulation_factory.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
echo_path_simulation_unittest.py Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
eval_scores.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
eval_scores_factory.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
eval_scores_unittest.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
evaluation.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
exceptions.py Customizable noise tracks path in APM-QA 2017-10-05 12:16:20 +00:00
export.py Create links to single experiments in APM-QA exported results. 2017-10-13 07:48:47 +00:00
export_unittest.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
external_vad.py Support for external VAD program in APM-QA 2017-11-21 16:44:19 +00:00
fake_external_vad.py Support for external VAD program in APM-QA 2017-11-21 16:44:19 +00:00
fake_polqa.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
input_mixer.py Support for external VAD program in APM-QA 2017-11-21 16:44:19 +00:00
input_mixer_unittest.py Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
input_signal_creator.py Fixing py lint errors 2018-07-23 15:28:48 +00:00
results.css Create links to single experiments in APM-QA exported results. 2017-10-13 07:48:47 +00:00
results.js Create links to single experiments in APM-QA exported results. 2017-10-13 07:48:47 +00:00
signal_processing.py APM-QA clean speech annotations. 2017-10-17 16:09:31 +00:00
signal_processing_unittest.py APM-QA Test data generation: environmental noise looped. 2017-10-03 16:16:38 +00:00
simulation.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
simulation_unittest.py Echo metric support for the APM-QA. 2018-09-03 14:54:23 +00:00
sound_level.cc Reland "Prefix flag macros with WEBRTC_." 2018-10-19 15:06:43 +00:00
test_data_generation.py Optionally copy clean speech input files under _cache with APM-QA. 2017-10-19 08:51:44 +00:00
test_data_generation_factory.py Optionally copy clean speech input files under _cache with APM-QA. 2017-10-19 08:51:44 +00:00
test_data_generation_unittest.py Optionally copy clean speech input files under _cache with APM-QA. 2017-10-19 08:51:44 +00:00
vad.cc Reland "Prefix flag macros with WEBRTC_." 2018-10-19 15:06:43 +00:00