webrtc/modules/remote_bitrate_estimator/test
Niels Möller 5304a32a94 Delete StreamStatistician::IsRetransmitOfOldPacket
Return value always passed as the |retransmitted| argument to
ReceiveStatistics::IncomingPacket. The implementation of this method,
StreamStatisticianImpl::IncomingPacket, can call its own
IsRetransmitOfOldPacket, which is demoted to a private method.

Bug: webrtc:7135
Change-Id: I904db676738689c7a1db4caa588f70e64e3c357d
Reviewed-on: https://webrtc-review.googlesource.com/95649
Reviewed-by: Åsa Persson <asapersson@webrtc.org>
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24494}
2018-08-30 11:00:13 +00:00
..
estimators Delete StreamStatistician::IsRetransmitOfOldPacket 2018-08-30 11:00:13 +00:00
bbr_paced_sender.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bbr_paced_sender.h Reland of BWE allocation strategy 2017-10-20 10:16:15 +00:00
bwe.cc Clean up LinkedSet (LRU) code. 2018-08-07 17:32:07 +00:00
bwe.h Clean up LinkedSet (LRU) code. 2018-08-07 17:32:07 +00:00
bwe_test.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
bwe_test.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
bwe_test_baselinefile.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
bwe_test_baselinefile.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bwe_test_fileutils.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bwe_test_fileutils.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bwe_test_framework.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
bwe_test_framework.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
bwe_test_framework_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bwe_test_logging.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bwe_test_logging.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bwe_unittest.cc Fix random crashes - invariant broken in LinkedSet (LRU) implementation. 2018-08-07 09:18:41 +00:00
metric_recorder.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
metric_recorder.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
metric_recorder_unittest.cc Stop using std::random_shuffle in favor of std::shuffle. 2018-01-10 07:37:11 +00:00
packet.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
packet.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
packet_receiver.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
packet_receiver.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
packet_sender.cc Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
packet_sender.h Enable clang::find_bad_constructs for remote_bitrate_estimator. 2018-07-20 10:26:07 +00:00
plot_bars.sh Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
plot_dynamics.py Fixing py lint errors 2018-07-23 15:28:48 +00:00