webrtc/webrtc/call
tommi dea489f33e Add support for Location (RTC_FROM_HERE) to ProcessThread::RegisterModule.
This makes a few things a lot clearer when looking at perf trace data:

* What module instances (where they were created) are called
* On what thread
* How frequently
* For how long

ProcessThread will be replaced by TaskQueue moving forward and this is a step towards understanding the behavior of the affected code.

BUG=webrtc:7219

Review-Url: https://codereview.webrtc.org/2729053002
Cr-Commit-Position: refs/heads/master@{#16998}
2017-03-03 11:20:24 +00:00
..
audio_receive_stream.h Remove usage of VoEVolumeControl from WVoE and Audio[Send|Receive]Stream. 2017-03-02 01:02:23 +00:00
audio_send_stream.cc Replace NULL with nullptr or null in webrtc/audio/ and common_audio/. 2017-02-26 12:18:12 +00:00
audio_send_stream.h Added a new echo likelihood stat that reports the maximum value from a previous time period. 2017-01-15 16:29:46 +00:00
audio_state.h Moved call.h and most of api/call/* into call/ 2016-12-07 12:53:04 +00:00
bitrate_allocator.cc Reland of Fixes a bug where a video stream can get stuck in the suspended state. (patchset #1 id:1 of https://codereview.chromium.org/2703393002/ ) 2017-02-21 15:28:31 +00:00
bitrate_allocator.h Reland of Fixes a bug where a video stream can get stuck in the suspended state. (patchset #1 id:1 of https://codereview.chromium.org/2703393002/ ) 2017-02-21 15:28:31 +00:00
bitrate_allocator_unittest.cc Reland of Fixes a bug where a video stream can get stuck in the suspended state. (patchset #1 id:1 of https://codereview.chromium.org/2703393002/ ) 2017-02-21 15:28:31 +00:00
bitrate_estimator_tests.cc Moved call.h and most of api/call/* into call/ 2016-12-07 12:53:04 +00:00
BUILD.gn Reland Move fake_audio_device to its own target. 2017-02-28 22:41:05 +00:00
call.cc Add support for Location (RTC_FROM_HERE) to ProcessThread::RegisterModule. 2017-03-03 11:20:24 +00:00
call.h Inform jitter buffer about FlexFEC protection. 2017-01-27 14:47:55 +00:00
call_perf_tests.cc Fix quick perf test setting that was accidentally inverted. 2017-03-01 14:20:56 +00:00
call_unittest.cc Make |rtcp_send_transport| mandatory in FlexfecReceiveStream::Config. 2017-01-13 15:41:19 +00:00
DEPS Passed AudioMixer to AudioState::Config. 2016-11-17 14:48:56 +00:00
flexfec_receive_stream.h Make |rtcp_send_transport| mandatory in FlexfecReceiveStream::Config. 2017-01-13 15:41:19 +00:00
flexfec_receive_stream_impl.cc Add support for Location (RTC_FROM_HERE) to ProcessThread::RegisterModule. 2017-03-03 11:20:24 +00:00
flexfec_receive_stream_impl.h Rename flexfec AddAndProcessReceivedPacket --> OnRtpPacket. 2017-02-16 14:52:32 +00:00
flexfec_receive_stream_unittest.cc Rename flexfec AddAndProcessReceivedPacket --> OnRtpPacket. 2017-02-16 14:52:32 +00:00
OWNERS Remove all references to GYP 2016-11-16 19:11:38 +00:00
rampup_tests.cc Introduce a new constructor to PlatformThread. 2017-02-22 19:22:05 +00:00
rampup_tests.h Introduce a new constructor to PlatformThread. 2017-02-22 19:22:05 +00:00
syncable.cc Stop using VoEVideoSync in Call/VideoReceiveStream. 2017-01-31 11:58:40 +00:00
syncable.h Stop using VoEVideoSync in Call/VideoReceiveStream. 2017-01-31 11:58:40 +00:00