webrtc/modules/remote_bitrate_estimator
Per Kjellander f7cb16ff51 Check input parameter in RemoteEstimatorProxy::IncomingPacket without lock
Also inlined RemoteEstimatorProxy::OnPacketArrival

BUG=NONE

Change-Id: I61c94eafb41ea269baeeb0ef13add79672a1488d
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/151909
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Commit-Queue: Per Kjellander <perkj@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29109}
2019-09-09 11:51:12 +00:00
..
include Add base class NetworkPredictor and NetworkPredictorFactory and wire up. 2019-04-10 12:38:58 +00:00
test Removes legacy remote bitrate estimator test framework. 2019-06-10 09:12:25 +00:00
tools Make the RtpHeaderParserImpl available to tests and tools only. 2019-08-29 15:56:40 +00:00
aimd_rate_control.cc Adds improved estimate bounded backoff to AimdRateControl. 2019-07-22 12:22:09 +00:00
aimd_rate_control.h Adds improved estimate bounded backoff to AimdRateControl. 2019-07-22 12:22:09 +00:00
aimd_rate_control_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
BUILD.gn Remove bwe_rtp_play and add rtp_to_text to the build. 2019-07-08 11:45:20 +00:00
bwe_defines.cc Format almost everything. 2019-07-08 13:45:15 +00:00
DEPS Remove direct use of FieldTrials from modules/remote_bitrate_estimator 2019-04-16 13:23:12 +00:00
inter_arrival.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
inter_arrival.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
inter_arrival_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
overuse_detector.cc Format almost everything. 2019-07-08 13:45:15 +00:00
overuse_detector.h Remove direct use of FieldTrials from modules/remote_bitrate_estimator 2019-04-16 13:23:12 +00:00
overuse_detector_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
overuse_estimator.cc Format almost everything. 2019-07-08 13:45:15 +00:00
overuse_estimator.h Format almost everything. 2019-07-08 13:45:15 +00:00
OWNERS Adds srte to OWNERS in bitrate_controller and remote_bitrate_estimator. 2018-09-26 09:24:45 +00:00
remote_bitrate_estimator_abs_send_time.cc Adds send time to ReceivedPacket struct. 2019-06-14 15:01:36 +00:00
remote_bitrate_estimator_abs_send_time.h Format almost everything. 2019-07-08 13:45:15 +00:00
remote_bitrate_estimator_abs_send_time_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
remote_bitrate_estimator_single_stream.cc Format almost everything. 2019-07-08 13:45:15 +00:00
remote_bitrate_estimator_single_stream.h Format almost everything. 2019-07-08 13:45:15 +00:00
remote_bitrate_estimator_single_stream_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
remote_bitrate_estimator_unittest_helper.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
remote_bitrate_estimator_unittest_helper.h Delete use of WebRtcRTPHeader from FEC test code 2019-03-12 09:40:02 +00:00
remote_estimator_proxy.cc Check input parameter in RemoteEstimatorProxy::IncomingPacket without lock 2019-09-09 11:51:12 +00:00
remote_estimator_proxy.h Check input parameter in RemoteEstimatorProxy::IncomingPacket without lock 2019-09-09 11:51:12 +00:00
remote_estimator_proxy_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00