webrtc/modules/remote_bitrate_estimator
Niels Möller 1f3206cca4 Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1
Add new method OnRtpPacket, but leave
ReceiveStatisticsImpl::IncomingPacket and most of the implementation
unchanged. Deleting the old method and converting implementation from
RTPHeader to RtpPacketreceived is planned for a followup, after
downstream code is updated.

Bug: webrtc:7135, webrtc:8016
Change-Id: I697ec12804618859f8d69415622d1b957e1d0847
Reviewed-on: https://webrtc-review.googlesource.com/100104
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24889}
2018-09-28 12:00:28 +00:00
..
include Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
test Change ReceiveStatistics to implement RtpPacketSinkInterface, part 1 2018-09-28 12:00:28 +00:00
tools Remove simple stringstream usages. 2018-09-06 12:53:19 +00:00
aimd_rate_control.cc Cleanup in rate controller. 2018-09-13 15:10:04 +00:00
aimd_rate_control.h Cleanup in rate controller. 2018-09-13 15:10:04 +00:00
aimd_rate_control_unittest.cc Clean up RateControlInput struct, used by bandwidth estimation. 2018-06-29 10:47:37 +00:00
BUILD.gn Remove deprecated field_trial_default and metrics_default. 2018-09-28 07:21:07 +00:00
bwe_defines.cc Clean up RateControlInput struct, used by bandwidth estimation. 2018-06-29 10:47:37 +00:00
bwe_simulations.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
DEPS Move remaining traces of VoiceEngine 2018-01-17 13:27:47 +00:00
inter_arrival.cc Adds maximum burst length to InterArrival class. 2018-09-06 10:57:04 +00:00
inter_arrival.h Adds maximum burst length to InterArrival class. 2018-09-06 10:57:04 +00:00
inter_arrival_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
overuse_detector.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
overuse_detector.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
overuse_detector_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
overuse_estimator.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
overuse_estimator.h Reformat the WebRTC code base 2018-06-19 14:00:39 +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 Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
remote_bitrate_estimator_abs_send_time.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
remote_bitrate_estimator_abs_send_time_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
remote_bitrate_estimator_single_stream.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
remote_bitrate_estimator_single_stream.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
remote_bitrate_estimator_single_stream_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00: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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
remote_bitrate_estimators_test.cc Add field trials to configure the backoff factor and the trendline window of the BWE. 2017-10-06 07:10:04 +00:00
remote_estimator_proxy.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
remote_estimator_proxy.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
remote_estimator_proxy_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00