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

Side by Side Diff: webrtc/api/statstypes.h

Issue 3009793002: Implement googContentType GetStats metric reported on receive side. (Closed)
Patch Set: Fix broken tests on ASAN Created 3 years, 3 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
« no previous file with comments | « no previous file | webrtc/api/statstypes.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2012 The WebRTC project authors. All Rights Reserved. 2 * Copyright 2012 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 kStatsValueNameAecDivergentFilterFraction, 101 kStatsValueNameAecDivergentFilterFraction,
102 kStatsValueNameAudioInputLevel, 102 kStatsValueNameAudioInputLevel,
103 kStatsValueNameAudioOutputLevel, 103 kStatsValueNameAudioOutputLevel,
104 kStatsValueNameBytesReceived, 104 kStatsValueNameBytesReceived,
105 kStatsValueNameBytesSent, 105 kStatsValueNameBytesSent,
106 kStatsValueNameCodecImplementationName, 106 kStatsValueNameCodecImplementationName,
107 kStatsValueNameConcealedSamples, 107 kStatsValueNameConcealedSamples,
108 kStatsValueNameDataChannelId, 108 kStatsValueNameDataChannelId,
109 kStatsValueNameFramesDecoded, 109 kStatsValueNameFramesDecoded,
110 kStatsValueNameFramesEncoded, 110 kStatsValueNameFramesEncoded,
111 kStatsValueNameInterframeDelayMaxMs, // Max over last 10 seconds.
112 kStatsValueNameMediaType, 111 kStatsValueNameMediaType,
113 kStatsValueNamePacketsLost, 112 kStatsValueNamePacketsLost,
114 kStatsValueNamePacketsReceived, 113 kStatsValueNamePacketsReceived,
115 kStatsValueNamePacketsSent, 114 kStatsValueNamePacketsSent,
116 kStatsValueNameProtocol, 115 kStatsValueNameProtocol,
117 kStatsValueNameQpSum, 116 kStatsValueNameQpSum,
118 kStatsValueNameReceiving, 117 kStatsValueNameReceiving,
119 kStatsValueNameSelectedCandidatePairId, 118 kStatsValueNameSelectedCandidatePairId,
120 kStatsValueNameSsrc, 119 kStatsValueNameSsrc,
121 kStatsValueNameState, 120 kStatsValueNameState,
(...skipping 20 matching lines...) Expand all
142 kStatsValueNameCandidateIPAddress, 141 kStatsValueNameCandidateIPAddress,
143 kStatsValueNameCandidateNetworkType, 142 kStatsValueNameCandidateNetworkType,
144 kStatsValueNameCandidatePortNumber, 143 kStatsValueNameCandidatePortNumber,
145 kStatsValueNameCandidatePriority, 144 kStatsValueNameCandidatePriority,
146 kStatsValueNameCandidateTransportType, 145 kStatsValueNameCandidateTransportType,
147 kStatsValueNameCandidateType, 146 kStatsValueNameCandidateType,
148 kStatsValueNameChannelId, 147 kStatsValueNameChannelId,
149 kStatsValueNameCodecName, 148 kStatsValueNameCodecName,
150 kStatsValueNameComponent, 149 kStatsValueNameComponent,
151 kStatsValueNameContentName, 150 kStatsValueNameContentName,
151 kStatsValueNameContentType,
152 kStatsValueNameCpuLimitedResolution, 152 kStatsValueNameCpuLimitedResolution,
153 kStatsValueNameCurrentDelayMs, 153 kStatsValueNameCurrentDelayMs,
154 kStatsValueNameDecodeMs, 154 kStatsValueNameDecodeMs,
155 kStatsValueNameDecodingCNG, 155 kStatsValueNameDecodingCNG,
156 kStatsValueNameDecodingCTN, 156 kStatsValueNameDecodingCTN,
157 kStatsValueNameDecodingCTSG, 157 kStatsValueNameDecodingCTSG,
158 kStatsValueNameDecodingMutedOutput, 158 kStatsValueNameDecodingMutedOutput,
159 kStatsValueNameDecodingNormal, 159 kStatsValueNameDecodingNormal,
160 kStatsValueNameDecodingPLC, 160 kStatsValueNameDecodingPLC,
161 kStatsValueNameDecodingPLCCNG, 161 kStatsValueNameDecodingPLCCNG,
(...skipping 15 matching lines...) Expand all
177 kStatsValueNameFrameHeightSent, 177 kStatsValueNameFrameHeightSent,
178 kStatsValueNameFrameRateDecoded, 178 kStatsValueNameFrameRateDecoded,
179 kStatsValueNameFrameRateInput, 179 kStatsValueNameFrameRateInput,
180 kStatsValueNameFrameRateOutput, 180 kStatsValueNameFrameRateOutput,
181 kStatsValueNameFrameRateReceived, 181 kStatsValueNameFrameRateReceived,
182 kStatsValueNameFrameRateSent, 182 kStatsValueNameFrameRateSent,
183 kStatsValueNameFrameWidthInput, 183 kStatsValueNameFrameWidthInput,
184 kStatsValueNameFrameWidthReceived, 184 kStatsValueNameFrameWidthReceived,
185 kStatsValueNameFrameWidthSent, 185 kStatsValueNameFrameWidthSent,
186 kStatsValueNameInitiator, 186 kStatsValueNameInitiator,
187 kStatsValueNameInterframeDelayMaxMs, // Max over last 10 seconds.
187 kStatsValueNameIssuerId, 188 kStatsValueNameIssuerId,
188 kStatsValueNameJitterBufferMs, 189 kStatsValueNameJitterBufferMs,
189 kStatsValueNameJitterReceived, 190 kStatsValueNameJitterReceived,
190 kStatsValueNameLabel, 191 kStatsValueNameLabel,
191 kStatsValueNameLocalAddress, 192 kStatsValueNameLocalAddress,
192 kStatsValueNameLocalCandidateId, 193 kStatsValueNameLocalCandidateId,
193 kStatsValueNameLocalCandidateType, 194 kStatsValueNameLocalCandidateType,
194 kStatsValueNameLocalCertificateId, 195 kStatsValueNameLocalCertificateId,
195 kStatsValueNameMaxDecodeMs, 196 kStatsValueNameMaxDecodeMs,
196 kStatsValueNameMinPlayoutDelayMs, 197 kStatsValueNameMinPlayoutDelayMs,
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 StatsReport* Find(const StatsReport::Id& id); 428 StatsReport* Find(const StatsReport::Id& id);
428 429
429 private: 430 private:
430 Container list_; 431 Container list_;
431 rtc::ThreadChecker thread_checker_; 432 rtc::ThreadChecker thread_checker_;
432 }; 433 };
433 434
434 } // namespace webrtc 435 } // namespace webrtc
435 436
436 #endif // WEBRTC_API_STATSTYPES_H_ 437 #endif // WEBRTC_API_STATSTYPES_H_
OLDNEW
« no previous file with comments | « no previous file | webrtc/api/statstypes.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698