webrtc/modules/audio_coding
Mirko Bonadei 6a489f22c7 Fully qualify googletest symbols.
Semi-automatically created with:

git grep -l " testing::" | xargs sed -i "s/ testing::/ ::testing::/g"
git grep -l "(testing::" | xargs sed -i "s/(testing::/(::testing::/g"
git cl format

After this, two .cc files failed to compile and I have fixed them
manually.

Bug: webrtc:10523
Change-Id: I4741d3bcedc831b6c5fdc04485678617eb4ce031
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/132018
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27526}
2019-04-09 17:18:20 +00:00
..
acm2 Decoder for multistream Opus. 2019-04-08 16:15:37 +00:00
audio_network_adaptor Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
codecs Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
include Move rtc::FunctionView to the public API 2019-03-21 15:23:05 +00:00
neteq Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
test Make VideoFrameType an enum class, and move to separate file and target 2019-03-22 12:44:51 +00:00
audio_coding.gni Don't select audio codecs depending on GN vars build_with_{chromium|mozilla} 2017-11-01 18:59:27 +00:00
BUILD.gn Decoder for multistream Opus. 2019-04-08 16:15:37 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Make ivoc owner of audio_coding. 2018-10-15 15:08:28 +00:00