webrtc/voice_engine
Karl Wiberg e40468ba3d Move some numeric utility code from rtc_base/ to rtc_base/numerics/
Specifically, I'm moving

  safe_compare.h
  safe_conversions.h
  safe_minmax.h

They shouldn't be part of the API, and moving them to an appropriate
subdirectory of rtc_base/ is a good way to keep track of that.

BUG=webrtc:8445

Change-Id: I458531aeb30bcf4291c4bec3bf22a2fffbf054ff
Reviewed-on: https://webrtc-review.googlesource.com/20860
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20829}
2017-11-22 11:21:47 +00:00
..
include Move ADM initialization into WebRtcVoiceEngine 2017-11-21 20:48:07 +00:00
audio_level.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_level.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
BUILD.gn Voice Engine: Require caller to supply an AudioDecoderFactory 2017-11-02 13:54:57 +00:00
channel_manager.cc Let ChanneOwner use scoped_refptr and RefCountedBase. 2017-10-23 14:22:17 +00:00
channel_manager.h Let ChanneOwner use scoped_refptr and RefCountedBase. 2017-10-23 14:22:17 +00:00
channel_proxy.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
channel_proxy.h Remove voe::Statistics. 2017-09-29 13:00:28 +00:00
channel_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
channel.cc Revert "Revert "Encode log events periodically instead of for every event."" 2017-11-21 10:58:57 +00:00
channel.h voe::Channel: Don't use CodecManager and RentACodec 2017-10-19 13:12:51 +00:00
DEPS Remove voe::OutputMixer and AudioConferenceMixer. 2017-09-22 13:48:10 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
shared_data.cc Reland "Reland "Remove WEBRTC_TRACE."" 2017-10-04 14:40:44 +00:00
shared_data.h Remove voe::Statistics. 2017-09-29 13:00:28 +00:00
transmit_mixer.cc Reland "Reland "Implement RTC_DLOG macro and use in a few places to test."" 2017-11-17 17:56:37 +00:00
transmit_mixer.h Reland "Reland "Remove WEBRTC_TRACE."" 2017-10-04 14:40:44 +00:00
transport_feedback_packet_loss_tracker_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
transport_feedback_packet_loss_tracker.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
transport_feedback_packet_loss_tracker.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
utility_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
utility.cc Remove VoEFile and things it uses. 2017-09-18 10:04:12 +00:00
utility.h Remove VoEFile and things it uses. 2017-09-18 10:04:12 +00:00
voe_base_impl.cc Move ADM initialization into WebRtcVoiceEngine 2017-11-21 20:48:07 +00:00
voe_base_impl.h Move ADM initialization into WebRtcVoiceEngine 2017-11-21 20:48:07 +00:00
voe_base_unittest.cc Voice Engine: Require caller to supply an AudioDecoderFactory 2017-11-02 13:54:57 +00:00
voice_engine_defines.h Move ADM initialization into WebRtcVoiceEngine 2017-11-21 20:48:07 +00:00
voice_engine_impl.cc Reland "Reland "Remove WEBRTC_TRACE."" 2017-10-04 14:40:44 +00:00
voice_engine_impl.h Remove VoENetwork 2017-09-21 11:02:53 +00:00