webrtc/modules/remote_bitrate_estimator
Oleh Prypin b1686786e8 Add RTC_ prefix to non-standard format specifier macro "PRIdNS"
Some of the macros in format_macros.h follow the C standard and try to fill holes in it (on Windows). But this one has no direct equivalent in the standard and is just mimicking the naming convention. That's not nice.

References:
https://devblogs.microsoft.com/cppblog/c99-library-support-in-visual-studio-2013/
https://stackoverflow.com/a/2524673

Change-Id: I53f3faca2976a5b5d4b04a67ffb56ae0f4e930b2
Bug: webrtc:10852
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/147862
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28794}
2019-08-07 13:36:05 +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 Add RTC_ prefix to non-standard format specifier macro "PRIdNS" 2019-08-07 13:36:05 +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 Expose target bandwidth fraction for transport feedback for field trial 2019-06-10 12:22:34 +00:00
remote_estimator_proxy.h Expose target bandwidth fraction for transport feedback for field trial 2019-06-10 12:22:34 +00:00
remote_estimator_proxy_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00