webrtc/logging/rtc_event_log
Niels Möller 0d863f72a8 Cleanup of bwe_defines.h
Delete unused macros BWE_MIN and BWE_MAX.

Move enum RateControlState: Make it a private enum class in
AimdRateControl, the only user.

Change users of the header file that only need BandwidthUsage, to
instead include api/network_state_predictor.h, the file defining this
class. As a result, fewer dependencies on
modules/remote_bitrate_estimator.

Bug: None
Change-Id: I4450c79dd58e1875d64dd74d1ae2cb7d911a14b3
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/195222
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#32704}
2020-11-26 12:26:02 +00:00
..
encoder Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
events Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
mock Replace mock macros with unified MOCK_METHOD macro 2020-05-28 14:11:53 +00:00
output Promote RtcEventLogOutputFile to api/ 2019-05-08 12:29:42 +00:00
DEPS Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
fake_rtc_event_log.cc Pass the RtcEventLog instance to ICE via JsepTransportController. 2018-06-12 05:04:35 +00:00
fake_rtc_event_log.h Stop using rtc_event.h forward header 2019-09-11 08:20:29 +00:00
fake_rtc_event_log_factory.cc Delete deprecated rtc_event_log header 2019-08-07 10:58:17 +00:00
fake_rtc_event_log_factory.h Delete deprecated rtc_event_log_factory_interface.h 2019-09-05 08:57:36 +00:00
ice_logger.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
ice_logger.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
logged_events.cc Add test for logging of large compound RTCP packets. 2020-10-19 21:52:38 +00:00
logged_events.h Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
rtc_event_log.proto Log probing bitrate and cluster id as int32 in event log. 2018-05-04 14:40:44 +00:00
rtc_event_log2.proto Add logging of decoded video frames. 2020-08-06 17:33:24 +00:00
rtc_event_log2rtp_dump.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
rtc_event_log_impl.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
rtc_event_log_impl.h Reland "Introduce RTC_NO_UNIQUE_ADDRESS." 2020-11-23 11:29:36 +00:00
rtc_event_log_parser.cc Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
rtc_event_log_parser.h Add test for logging of large compound RTCP packets. 2020-10-19 21:52:38 +00:00
rtc_event_log_unittest.cc Group decoded frame events by SSRC when compressing RTC event log. 2020-08-19 09:47:20 +00:00
rtc_event_log_unittest_helper.cc Cleanup of bwe_defines.h 2020-11-26 12:26:02 +00:00
rtc_event_log_unittest_helper.h Group decoded frame events by SSRC when compressing RTC event log. 2020-08-19 09:47:20 +00:00
rtc_event_processor.cc Simplifies RtcEventProcessor interface. 2019-01-08 15:16:19 +00:00
rtc_event_processor.h Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
rtc_event_processor_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtc_stream_config.cc Rewrite the RtcEventLog unit test. 2018-06-26 10:23:29 +00:00
rtc_stream_config.h Format almost everything. 2019-07-08 13:45:15 +00:00