Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.h

Issue 2631703002: Revert of Log audio network adapter decisions in event log. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 size_t total_size); 49 size_t total_size);
50 static void VerifyPlayoutEvent(const ParsedRtcEventLog& parsed_log, 50 static void VerifyPlayoutEvent(const ParsedRtcEventLog& parsed_log,
51 size_t index, 51 size_t index,
52 uint32_t ssrc); 52 uint32_t ssrc);
53 static void VerifyBweLossEvent(const ParsedRtcEventLog& parsed_log, 53 static void VerifyBweLossEvent(const ParsedRtcEventLog& parsed_log,
54 size_t index, 54 size_t index,
55 int32_t bitrate, 55 int32_t bitrate,
56 uint8_t fraction_loss, 56 uint8_t fraction_loss,
57 int32_t total_packets); 57 int32_t total_packets);
58 58
59 static void VerifyAudioNetworkAdaptation(
60 const ParsedRtcEventLog& parsed_log,
61 size_t index,
62 const AudioNetworkAdaptor::EncoderRuntimeConfig& config);
63
64 static void VerifyLogStartEvent(const ParsedRtcEventLog& parsed_log, 59 static void VerifyLogStartEvent(const ParsedRtcEventLog& parsed_log,
65 size_t index); 60 size_t index);
66 static void VerifyLogEndEvent(const ParsedRtcEventLog& parsed_log, 61 static void VerifyLogEndEvent(const ParsedRtcEventLog& parsed_log,
67 size_t index); 62 size_t index);
68 }; 63 };
69 64
70 } // namespace webrtc 65 } // namespace webrtc
71 66
72 #endif // WEBRTC_LOGGING_RTC_EVENT_LOG_RTC_EVENT_LOG_UNITTEST_HELPER_H_ 67 #endif // WEBRTC_LOGGING_RTC_EVENT_LOG_RTC_EVENT_LOG_UNITTEST_HELPER_H_
OLDNEW
« no previous file with comments | « webrtc/logging/rtc_event_log/rtc_event_log_unittest.cc ('k') | webrtc/logging/rtc_event_log/rtc_event_log_unittest_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698