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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 16075004: Migrate Media.* and WebRTC.* histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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 | no next file » | 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 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 2160 matching lines...) Expand 10 before | Expand all | Expand 10 after
2171 <summary> 2171 <summary>
2172 Time Non-IDB LevelDBEnv slept before successfully completing this operation. 2172 Time Non-IDB LevelDBEnv slept before successfully completing this operation.
2173 0 means success on the first try. 2173 0 means success on the first try.
2174 </summary> 2174 </summary>
2175 </histogram> 2175 </histogram>
2176 2176
2177 <histogram name="Linux.GlibcVersion" enum="LinuxGlibcVersion"> 2177 <histogram name="Linux.GlibcVersion" enum="LinuxGlibcVersion">
2178 <summary>The version of glibc used. (Linux only)</summary> 2178 <summary>The version of glibc used. (Linux only)</summary>
2179 </histogram> 2179 </histogram>
2180 2180
2181 <histogram name="Media.AcceleratedCompositingActive" enum="BooleanSuccess">
2182 <summary>
2183 Whether accelerated compositing was used for HTML5 media rendering.
2184 </summary>
2185 </histogram>
2186
2187 <histogram name="Media.AudioBitsPerChannel">
2188 <summary>Bits per channel of HTML5 audio sample data.</summary>
2189 </histogram>
2190
2191 <histogram name="Media.AudioChannelLayout" enum="ChannelLayout">
2192 <summary>Audio channel layout in HTML5 media.</summary>
2193 </histogram>
2194
2195 <histogram name="Media.AudioCodec" enum="AudioCodec">
2196 <summary>Audio codec used in HTML5 media.</summary>
2197 </histogram>
2198
2181 <histogram name="Media.AudioInputController" units="ms"> 2199 <histogram name="Media.AudioInputController" units="ms">
2182 <summary>Measures the time taken for AudioInputController::</summary> 2200 <summary>Measures the time taken for AudioInputController::</summary>
2183 </histogram> 2201 </histogram>
2184 2202
2185 <histogram name="Media.AudioOutputController" units="ms"> 2203 <histogram name="Media.AudioOutputController" units="ms">
2186 <summary>Measures the time taken for AudioOutputController::</summary> 2204 <summary>Measures the time taken for AudioOutputController::</summary>
2187 </histogram> 2205 </histogram>
2188 2206
2189 <histogram name="Media.AudioOutputControllerDataNotReady" units="ms"> 2207 <histogram name="Media.AudioOutputControllerDataNotReady" units="ms">
2190 <summary> 2208 <summary>
2191 Time spent waiting in AudioOutputController::WaitTillDataReady() if the data 2209 Time spent waiting in AudioOutputController::WaitTillDataReady() if the data
2192 was not initially available. 2210 was not initially available.
2193 </summary> 2211 </summary>
2194 </histogram> 2212 </histogram>
2195 2213
2196 <histogram name="Media.AudioRendererEvents" enum="AudioRendererEvents"> 2214 <histogram name="Media.AudioRendererEvents" enum="AudioRendererEvents">
2197 <summary>Captures statistics for various AudioRendererImpl events.</summary> 2215 <summary>Captures statistics for various AudioRendererImpl events.</summary>
2198 </histogram> 2216 </histogram>
2199 2217
2218 <histogram name="Media.AudioRendererMissedDeadline" units="%">
2219 <summary>
2220 Percentage of AudioSyncReader::Read() calls where the renderer missed its
2221 realtime deadline.
2222 </summary>
2223 </histogram>
2224
2225 <histogram name="Media.AudioSamplesPerSecond" enum="AudioSampleRate">
2226 <summary>Audio samples per second in HTML5 media.</summary>
2227 </histogram>
2228
2229 <histogram name="Media.AudioSamplesPerSecondUnexpected" units="Hz">
2230 <summary>
2231 Audio samples per second in HTML5 media (atypical values, in Hz).
2232 </summary>
2233 </histogram>
2234
2235 <histogram name="Media.CacheUseful" enum="BooleanSuccess">
2236 <summary>
2237 Whether a media response might be used to satisfy a future request.
2238 </summary>
2239 </histogram>
2240
2241 <histogram name="Media.ChromeCast.DelayedAndDroppedFramesPer5Sec"
2242 units="frames/5s">
2243 <summary>
2244 The average number of delayed and dropped frames for the ChromeCast
2245 application. Reported every 5 seconds.
2246 </summary>
2247 </histogram>
2248
2249 <histogram name="Media.ChromeCast.DisplayedFramesPerSecond" units="frames/s">
2250 <summary>
2251 The average number of displayed frames for the ChromeCast application.
2252 Reported every 5 seconds.
2253 </summary>
2254 </histogram>
2255
2256 <histogram name="Media.ChromeCast.TimeToBufferAv" units="ms">
2257 <summary>
2258 Time needed to pre-buffer A/V data before the actual playback for the
2259 ChromeCast application.
2260 </summary>
2261 </histogram>
2262
2263 <histogram name="Media.ChromeCast.TimeToBufferAvAfterAbort" units="ms">
2264 <summary>
2265 Time needed to buffer A/V data after an abort for the ChromeCast
2266 application.
2267 </summary>
2268 </histogram>
2269
2270 <histogram name="Media.ChromeCast.TimeToBufferAvAfterUnderrun" units="ms">
2271 <summary>
2272 Time needed to buffer A/V data after an underrun for the ChromeCast
2273 application.
2274 </summary>
2275 </histogram>
2276
2200 <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs"> 2277 <histogram name="Media.DetectedAudioCodec" enum="FFmpegCodecs">
2201 <summary>Audio codec used in HTML5 media.</summary> 2278 <summary>Audio codec used in HTML5 media.</summary>
2202 </histogram> 2279 </histogram>
2203 2280
2204 <histogram name="Media.DetectedContainer" enum="MediaContainers"> 2281 <histogram name="Media.DetectedContainer" enum="MediaContainers">
2205 <summary>Container used for HTML5 media.</summary> 2282 <summary>Container used for HTML5 media.</summary>
2206 </histogram> 2283 </histogram>
2207 2284
2208 <histogram name="Media.DetectedVideoCodec" enum="FFmpegCodecs"> 2285 <histogram name="Media.DetectedVideoCodec" enum="FFmpegCodecs">
2209 <summary>Video codec used in HTML5 media.</summary> 2286 <summary>Video codec used in HTML5 media.</summary>
2210 </histogram> 2287 </histogram>
2211 2288
2289 <histogram name="Media.Duration" units="ms">
2290 <summary>Duration in milliseconds of HTML5 media (when known).</summary>
2291 </histogram>
2292
2293 <histogram name="Media.EME.ClearKey.addKey" enum="MediaKeyException">
2294 <summary>addKey result using the Clear Key key system.</summary>
2295 </histogram>
2296
2297 <histogram name="Media.EME.ClearKey.cancelKeyRequest" enum="MediaKeyException">
2298 <summary>cancelKeyRequest result using the Clear Key key system.</summary>
2299 </histogram>
2300
2301 <histogram name="Media.EME.ClearKey.DecryptError">
2302 <summary>
2303 Decryption error event count using the Clear Key key system.
2304 </summary>
2305 </histogram>
2306
2307 <histogram name="Media.EME.ClearKey.generateKeyRequest"
2308 enum="MediaKeyException">
2309 <summary>generateKeyRequest result using the Clear Key key system.</summary>
2310 </histogram>
2311
2312 <histogram name="Media.EME.ClearKey.KeyAdded">
2313 <summary>KeyAdded event count using the Clear Key key system.</summary>
2314 </histogram>
2315
2316 <histogram name="Media.EME.ClearKey.KeyError" enum="MediaKeyError">
2317 <summary>KeyError event count using the Clear Key key system.</summary>
2318 </histogram>
2319
2320 <histogram name="Media.EME.NeedKey">
2321 <summary>EME NeedKey event count.</summary>
2322 </histogram>
2323
2324 <histogram name="Media.EME.Unknown.addKey" enum="MediaKeyException">
2325 <summary>addKey result using an unknown key system.</summary>
2326 </histogram>
2327
2328 <histogram name="Media.EME.Unknown.cancelKeyRequest" enum="MediaKeyException">
2329 <summary>cancelKeyRequest result using an unknown key system.</summary>
2330 </histogram>
2331
2332 <histogram name="Media.EME.Unknown.DecryptError">
2333 <summary>Decryption error event count using an unknown key system.</summary>
2334 </histogram>
2335
2336 <histogram name="Media.EME.Unknown.generateKeyRequest" enum="MediaKeyException">
2337 <summary>generateKeyRequest result using an unknown key system.</summary>
2338 </histogram>
2339
2340 <histogram name="Media.EME.Unknown.KeyAdded">
2341 <summary>KeyAdded event count using an unknown key system.</summary>
2342 </histogram>
2343
2344 <histogram name="Media.EME.Unknown.KeyError" enum="MediaKeyError">
2345 <summary>KeyError event count using an unknown key system.</summary>
2346 </histogram>
2347
2348 <histogram name="Media.EME.Widevine.addKey" enum="MediaKeyException">
2349 <summary>addKey result using the Widevine key system.</summary>
2350 </histogram>
2351
2352 <histogram name="Media.EME.Widevine.cancelKeyRequest" enum="MediaKeyException">
2353 <summary>cancelKeyRequest result using the Widevine key system.</summary>
2354 </histogram>
2355
2356 <histogram name="Media.EME.Widevine.DecryptError">
2357 <summary>Decryption error event count using the Widevine key system.</summary>
2358 </histogram>
2359
2360 <histogram name="Media.EME.Widevine.generateKeyRequest"
2361 enum="MediaKeyException">
2362 <summary>generateKeyRequest result using the Widevine key system.</summary>
2363 </histogram>
2364
2365 <histogram name="Media.EME.Widevine.KeyAdded">
2366 <summary>KeyAdded event count using the Widevine key system.</summary>
2367 </histogram>
2368
2369 <histogram name="Media.EME.Widevine.KeyError" enum="MediaKeyError">
2370 <summary>KeyError event count using the Widevine key system.</summary>
2371 </histogram>
2372
2373 <histogram name="Media.FallbackHardwareAudioBitsPerChannel">
2374 <summary>
2375 Bits per channel of the hardware audio device which failed to open in low
2376 latency mode and required high latency fallback.
2377 </summary>
2378 </histogram>
2379
2380 <histogram name="Media.FallbackHardwareAudioChannelCount">
2381 <summary>
2382 Channel count of the hardware audio device which failed to open in low
2383 latency mode and required high latency fallback.
2384 </summary>
2385 </histogram>
2386
2387 <histogram name="Media.FallbackHardwareAudioChannelLayout" enum="ChannelLayout">
2388 <summary>
2389 Channel layout of the hardware audio device which failed to open in low
2390 latency mode and required high latency fallback.
2391 </summary>
2392 </histogram>
2393
2394 <histogram name="Media.FallbackHardwareAudioSamplesPerSecond"
2395 enum="AudioSampleRate">
2396 <summary>
2397 Samples per second of the hardware audio device which failed to open in low
2398 latency mode and required high latency fallback.
2399 </summary>
2400 </histogram>
2401
2402 <histogram name="Media.FallbackHardwareAudioSamplesPerSecondUnexpected"
2403 units="Hz">
2404 <summary>
2405 Samples per second of the hardware audio device (atypical values, in Hz)
2406 which failed to open in low latency mode and required high latency fallback.
2407 </summary>
2408 </histogram>
2409
2410 <histogram name="Media.FallbackToHighLatencyAudioPath" enum="BooleanSuccess">
2411 <summary>
2412 Whether Chrome had to fallback to the high latency audio path or not.
2413 </summary>
2414 </histogram>
2415
2416 <histogram name="Media.Fling.DelayedAndDroppedFramesPer5Sec" units="frames/5s">
2417 <summary>
2418 The average number of delayed and dropped frames for the Fling application.
2419 Reported every 5 seconds.
2420 </summary>
2421 </histogram>
2422
2423 <histogram name="Media.Fling.DisplayedFramesPerSecond" units="frames/s">
2424 <summary>
2425 The average number of displayed frames for the Fling application. Reported
2426 every 5 seconds.
2427 </summary>
2428 </histogram>
2429
2430 <histogram name="Media.Fling.TimeToBufferAv" units="ms">
2431 <summary>
2432 Time needed to pre-buffer A/V data before the actual playback for the Fling
2433 application.
2434 </summary>
2435 </histogram>
2436
2437 <histogram name="Media.Fling.TimeToBufferAvAfterAbort" units="ms">
2438 <summary>
2439 Time needed to buffer A/V data after an abort for the Fling application.
2440 </summary>
2441 </histogram>
2442
2443 <histogram name="Media.Fling.TimeToBufferAvAfterUnderrun" units="ms">
2444 <summary>
2445 Time needed to buffer A/V data after an underrun for the Fling application.
2446 </summary>
2447 </histogram>
2448
2449 <histogram name="Media.GpuVideoDecoderInitializeStatus" enum="PipelineStatus">
2450 <summary>Results of attempts to GpuVideoDecoder::Initialize().</summary>
2451 </histogram>
2452
2453 <histogram name="Media.HardwareAudioBitsPerChannel">
2454 <summary>Bits per channel of the hardware audio device.</summary>
2455 </histogram>
2456
2457 <histogram name="Media.HardwareAudioChannelCount">
2458 <summary>Channel count of the hardware audio device.</summary>
2459 </histogram>
2460
2461 <histogram name="Media.HardwareAudioChannelLayout" enum="ChannelLayout">
2462 <summary>Channel layout of the hardware audio device.</summary>
2463 </histogram>
2464
2465 <histogram name="Media.HardwareAudioSamplesPerSecond" enum="AudioSampleRate">
2466 <summary>Samples per second of the hardware audio device.</summary>
2467 </histogram>
2468
2469 <histogram name="Media.HardwareAudioSamplesPerSecondUnexpected" units="Hz">
2470 <summary>
2471 Samples per second of the hardware audio device (atypical values, in Hz).
2472 </summary>
2473 </histogram>
2474
2475 <histogram name="Media.LinuxAudioIO" enum="LinuxAudioIO">
2476 <summary>
2477 Audio IO layer used by the Linux OS, sampled once at startup of the browser.
2478 </summary>
2479 </histogram>
2480
2481 <histogram name="Media.Netflix.AudioBitrate" units="kbps">
2482 <summary>
2483 The audio bit rate as reported by the Netflix application. May be reported
2484 multiple times as network conditions change during playback.
2485 </summary>
2486 </histogram>
2487
2488 <histogram name="Media.Netflix.AudioNumChannels" units="channels">
2489 <summary>
2490 The number of audio channels as reported by the Netflix application. May be
2491 reported multiple times as network conditions change during playback.
2492 </summary>
2493 </histogram>
2494
2495 <histogram name="Media.Netflix.VideoBitrate" units="kbps">
2496 <summary>
2497 Video bit rate as reported by the Netflix application. May be reported
2498 multiple times as network conditions change during playback.
2499 </summary>
2500 </histogram>
2501
2502 <histogram name="Media.Netflix.VideoHeight" units="pixels">
2503 <summary>
2504 Video height as reported by the Netflix application. May be reported
2505 multiple times as network conditions change during playback.
2506 </summary>
2507 </histogram>
2508
2212 <histogram name="Media.PepperVideoDecoderError" enum="PepperVideoDecodeError"> 2509 <histogram name="Media.PepperVideoDecoderError" enum="PepperVideoDecodeError">
2213 <summary>Counts of video decode errors reported to plugin.</summary> 2510 <summary>Counts of video decode errors reported to plugin.</summary>
2214 </histogram> 2511 </histogram>
2215 2512
2216 <histogram name="Media.PepperVideoDecoderPictureCount"> 2513 <histogram name="Media.PepperVideoDecoderPictureCount">
2217 <summary> 2514 <summary>
2218 Number of PictureBuffers/textures requested per hardware decoder creation. 2515 Number of PictureBuffers/textures requested per hardware decoder creation.
2219 This value varies by platform and video. A user visible video may trigger 2516 This value varies by platform and video. A user visible video may trigger
2220 multiple decoder creations (sometimes every 5 seconds) but would normally 2517 multiple decoder creations (sometimes every 5 seconds) but would normally
2221 not hold more than 2 sets of buffers at any given time in memory. 2518 not hold more than 2 sets of buffers at any given time in memory.
2222 </summary> 2519 </summary>
2223 </histogram> 2520 </histogram>
2224 2521
2225 <histogram name="Media.PepperVideoDecoderPictureHeight"> 2522 <histogram name="Media.PepperVideoDecoderPictureHeight">
2226 <summary> 2523 <summary>
2227 Vertical video resolution rounded to the nearest bucket. (Corresponds 2524 Vertical video resolution rounded to the nearest bucket. (Corresponds
2228 roughly to the number in 720p.) 2525 roughly to the number in 720p.)
2229 </summary> 2526 </summary>
2230 </histogram> 2527 </histogram>
2231 2528
2529 <histogram name="Media.TimeToPipelineStarted" units="ms">
2530 <summary>
2531 Time in milliseconds from HTML5 media pipeline creation to playing event.
2532 </summary>
2533 </histogram>
2534
2535 <histogram name="Media.TotalMBytes" units="MB">
2536 <summary>Size of HTML5 media (when known), in MB.</summary>
2537 </histogram>
2538
2539 <histogram name="Media.UncacheableReason" enum="UncacheableReason">
2540 <summary>
2541 Reasons a media response won't be used to satisfy a future request.
2542 </summary>
2543 </histogram>
2544
2545 <histogram name="Media.URLScheme" enum="URLSchemeForHistogram">
2546 <summary>
2547 URL scheme used with HTML5 media. (each URL provides one sample)
2548 </summary>
2549 </histogram>
2550
2232 <histogram name="Media.VAVDAH264.DecoderFailure" enum="VAVDAH264DecoderFailure"> 2551 <histogram name="Media.VAVDAH264.DecoderFailure" enum="VAVDAH264DecoderFailure">
2233 <summary> 2552 <summary>
2234 Error codes reported by video decode using VA-API hardware video decoder. 2553 Error codes reported by video decode using VA-API hardware video decoder.
2235 </summary> 2554 </summary>
2236 </histogram> 2555 </histogram>
2237 2556
2557 <histogram name="Media.VideoCodec" enum="VideoCodec">
2558 <summary>Video codec used in HTML5 media.</summary>
2559 </histogram>
2560
2561 <histogram name="Media.VideoCodecProfile" enum="VideoCodecProfile">
2562 <summary>Video codec profile used in HTML5 media.</summary>
2563 </histogram>
2564
2565 <histogram name="Media.VideoCodedAspectRatio">
2566 <summary>Coded aspect ratio of HTML5 video.</summary>
2567 </histogram>
2568
2569 <histogram name="Media.VideoCodedWidth">
2570 <summary>Coded width of HTML5 video.</summary>
2571 </histogram>
2572
2573 <histogram name="Media.VideoVisibleAspectRatio">
2574 <summary>Visible aspect ratio of HTML5 video.</summary>
2575 </histogram>
2576
2577 <histogram name="Media.VideoVisibleWidth">
2578 <summary>Visible width of HTML5 video.</summary>
2579 </histogram>
2580
2581 <histogram name="Media.YouTube.DelayedAndDroppedFramesPer5Sec"
2582 units="frames/5s">
2583 <summary>
2584 The average number of delayed and dropped frames for the YouTube
2585 application. Reported every 5 seconds.
2586 </summary>
2587 </histogram>
2588
2589 <histogram name="Media.YouTube.DisplayedFramesPerSecond" units="frames/s">
2590 <summary>
2591 The average number of displayed frames for the YouTube application. Reported
2592 every 5 seconds.
2593 </summary>
2594 </histogram>
2595
2596 <histogram name="Media.YouTube.TimeToBufferAv" units="ms">
2597 <summary>
2598 Time needed to pre-buffer A/V data before the actual playback for the
2599 YouTube application.
2600 </summary>
2601 </histogram>
2602
2603 <histogram name="Media.YouTube.TimeToBufferAvAfterAbort" units="ms">
2604 <summary>
2605 Time needed to buffer A/V data after an abort for the YouTube application.
2606 </summary>
2607 </histogram>
2608
2609 <histogram name="Media.YouTube.TimeToBufferAvAfterUnderrun" units="ms">
2610 <summary>
2611 Time needed to buffer A/V data after an underrun for the YouTube
2612 application.
2613 </summary>
2614 </histogram>
2615
2238 <histogram name="MemoryAndroid.DeviceMemoryClass"> 2616 <histogram name="MemoryAndroid.DeviceMemoryClass">
2239 <summary> 2617 <summary>
2240 Value of getMemoryClass() recorded once upon startup. This is an integer, 2618 Value of getMemoryClass() recorded once upon startup. This is an integer,
2241 device-specific constant correlated with the amount of memory available on 2619 device-specific constant correlated with the amount of memory available on
2242 Android device. 2620 Android device.
2243 </summary> 2621 </summary>
2244 </histogram> 2622 </histogram>
2245 2623
2246 <histogram name="MemoryAndroid.EvictionReason" enum="AndroidEvictionReason"> 2624 <histogram name="MemoryAndroid.EvictionReason" enum="AndroidEvictionReason">
2247 <summary> 2625 <summary>
(...skipping 7130 matching lines...) Expand 10 before | Expand all | Expand 10 after
9378 </histogram> 9756 </histogram>
9379 9757
9380 <histogram name="WebHistory.ResponseTime" units="milliseconds"> 9758 <histogram name="WebHistory.ResponseTime" units="milliseconds">
9381 <summary> 9759 <summary>
9382 Time it took for the web history to reply. Recorded when the web history API 9760 Time it took for the web history to reply. Recorded when the web history API
9383 call triggered by visiting chrome://history receives the data, measuring how 9761 call triggered by visiting chrome://history receives the data, measuring how
9384 much time it took for the server to reply. 9762 much time it took for the server to reply.
9385 </summary> 9763 </summary>
9386 </histogram> 9764 </histogram>
9387 9765
9766 <histogram name="WebRTC.AudioCaptureTime" units="milliseconds">
9767 <summary>Duration in milliseconds of WebRTC audio capture session.</summary>
9768 </histogram>
9769
9770 <histogram name="WebRTC.AudioInputChannelLayout" enum="ChannelLayout">
9771 <summary>Audio input channel layout in WebRTC.</summary>
9772 </histogram>
9773
9774 <histogram name="WebRTC.AudioInputFramesPerBuffer" enum="AudioFramesPerBuffer">
9775 <summary>Size of WebRTC audio input buffers (in audio frames).</summary>
9776 </histogram>
9777
9778 <histogram name="WebRTC.AudioInputFramesPerBufferUnexpected"
9779 units="audio frames">
9780 <summary>
9781 Size of WebRTC audio input buffers (atypical values, in audio frames).
9782 </summary>
9783 </histogram>
9784
9785 <histogram name="WebRTC.AudioInputSampleRate" enum="AudioSampleRate">
9786 <summary>Audio input sample rate for WebRTC (in Hz).</summary>
9787 </histogram>
9788
9789 <histogram name="WebRTC.AudioInputSampleRateUnexpected" units="Hz">
9790 <summary>
9791 Audio input sample rate for WebRTC (atypical values, in Hz).
9792 </summary>
9793 </histogram>
9794
9795 <histogram name="WebRTC.AudioOutputChannelLayout" enum="ChannelLayout">
9796 <summary>Audio output channel layout in WebRTC.</summary>
9797 </histogram>
9798
9799 <histogram name="WebRTC.AudioOutputFramesPerBuffer" enum="AudioFramesPerBuffer">
9800 <summary>Size of WebRTC audio output buffers (in audio frames).</summary>
9801 </histogram>
9802
9803 <histogram name="WebRTC.AudioOutputFramesPerBufferUnexpected"
9804 units="audio frames">
9805 <summary>
9806 Size of WebRTC audio output buffers (atypical values, in audio frames).
9807 </summary>
9808 </histogram>
9809
9810 <histogram name="WebRTC.AudioOutputSampleRate" enum="AudioSampleRate">
9811 <summary>Audio output sample rate for WebRTC (in Hz).</summary>
9812 </histogram>
9813
9814 <histogram name="WebRTC.AudioOutputSampleRateUnexpected" units="Hz">
9815 <summary>
9816 Audio output sample rate for WebRTC (atypical values, in Hz).
9817 </summary>
9818 </histogram>
9819
9820 <histogram name="WebRTC.AudioRenderTime" units="milliseconds">
9821 <summary>Duration in milliseconds of WebRTC audio render session.</summary>
9822 </histogram>
9823
9824 <histogram name="WebRTC.webkitApiCount" enum="JavaScriptAPIName">
9825 <summary>Counts number of calls to WebRTC APIs from JavaScript.</summary>
9826 </histogram>
9827
9388 <histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion"> 9828 <histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion">
9389 <summary> 9829 <summary>
9390 Incremented each time the TimeTicks field trial runs on a machine with 9830 Incremented each time the TimeTicks field trial runs on a machine with
9391 multiple cores, but failed to change thread affinity. Broken down by Windows 9831 multiple cores, but failed to change thread affinity. Broken down by Windows
9392 version. 9832 version.
9393 </summary> 9833 </summary>
9394 </histogram> 9834 </histogram>
9395 9835
9396 <histogram name="WinTimeTicks.MinResolutionNanoseconds" units="nanoseconds"> 9836 <histogram name="WinTimeTicks.MinResolutionNanoseconds" units="nanoseconds">
9397 <summary> 9837 <summary>
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
9512 <int value="0" label="DNS_SUCCESS">Succeeded with async DNS.</int> 9952 <int value="0" label="DNS_SUCCESS">Succeeded with async DNS.</int>
9513 <int value="1" label="PROC_SUCCESS"> 9953 <int value="1" label="PROC_SUCCESS">
9514 Succeeded with getaddrinfo after async DNS failed. 9954 Succeeded with getaddrinfo after async DNS failed.
9515 </int> 9955 </int>
9516 <int value="2" label="FAIL">Both async DNS and getaddrinfo failed.</int> 9956 <int value="2" label="FAIL">Both async DNS and getaddrinfo failed.</int>
9517 <int value="3" label="SUSPECT_NETBIOS"> 9957 <int value="3" label="SUSPECT_NETBIOS">
9518 Same as PROC_SUCCESS except the hostname fits NetBIOS name criteria. 9958 Same as PROC_SUCCESS except the hostname fits NetBIOS name criteria.
9519 </int> 9959 </int>
9520 </enum> 9960 </enum>
9521 9961
9962 <enum name="AudioCodec" type="int">
9963 <int value="0" label="kUnknownAudioCodec"/>
9964 <int value="1" label="kCodecAAC"/>
9965 <int value="2" label="kCodecMP3"/>
9966 <int value="3" label="kCodecPCM"/>
9967 <int value="4" label="kCodecVorbis"/>
9968 <int value="5" label="kCodecFLAC"/>
9969 <int value="6" label="kCodecAMR_NB"/>
9970 <int value="7" label="kCodecAMR_WB"/>
9971 <int value="8" label="kCodecPCM_MULAW"/>
9972 <int value="9" label="kCodecGSM_MS"/>
9973 <int value="10" label="kCodecPCM_S16BE"/>
9974 <int value="11" label="kCodecPCM_S24BE"/>
9975 <int value="12" label="kCodecOpus"/>
9976 </enum>
9977
9978 <enum name="AudioFramesPerBuffer" type="int">
9979 <int value="0" label="k160"/>
9980 <int value="1" label="k320"/>
9981 <int value="2" label="k440"/>
9982 <int value="3" label="k480"/>
9983 <int value="4" label="k640"/>
9984 <int value="5" label="k880"/>
9985 <int value="6" label="k960"/>
9986 <int value="7" label="k1440"/>
9987 <int value="8" label="k1920"/>
9988 </enum>
9989
9522 <enum name="AudioRendererEvents" type="int"> 9990 <enum name="AudioRendererEvents" type="int">
9523 <int value="0" label="Initialized"/> 9991 <int value="0" label="Initialized"/>
9524 <int value="1" label="Runtime error"/> 9992 <int value="1" label="Runtime error"/>
9525 </enum> 9993 </enum>
9526 9994
9995 <enum name="AudioSampleRate" type="int">
9996 <int value="0" label="k8000Hz"/>
9997 <int value="1" label="k16000Hz"/>
9998 <int value="2" label="k32000Hz"/>
9999 <int value="3" label="k48000Hz"/>
10000 <int value="4" label="k96000Hz"/>
10001 <int value="5" label="k11025Hz"/>
10002 <int value="6" label="k22050Hz"/>
10003 <int value="7" label="k44100Hz"/>
10004 <int value="8" label="k88200Hz"/>
10005 <int value="9" label="k176400Hz"/>
10006 <int value="10" label="k192000Hz"/>
10007 </enum>
10008
9527 <enum name="AutocheckoutBubble" type="int"> 10009 <enum name="AutocheckoutBubble" type="int">
9528 <int value="0" label="Created"/> 10010 <int value="0" label="Created"/>
9529 <int value="1" label="Accepted"/> 10011 <int value="1" label="Accepted"/>
9530 <int value="2" label="Dismissed"/> 10012 <int value="2" label="Dismissed"/>
9531 <int value="3" label="Ignored"/> 10013 <int value="3" label="Ignored"/>
9532 <int value="4" label="Could be displayed"/> 10014 <int value="4" label="Could be displayed"/>
9533 </enum> 10015 </enum>
9534 10016
9535 <enum name="AutocheckoutBuyFlow" type="int"> 10017 <enum name="AutocheckoutBuyFlow" type="int">
9536 <int value="0" label="Started"/> 10018 <int value="0" label="Started"/>
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
9844 <enum name="BooleanUsage" type="int"> 10326 <enum name="BooleanUsage" type="int">
9845 <int value="0" label="Not Used"/> 10327 <int value="0" label="Not Used"/>
9846 <int value="1" label="Used"/> 10328 <int value="1" label="Used"/>
9847 </enum> 10329 </enum>
9848 10330
9849 <enum name="BooleanWiped" type="int"> 10331 <enum name="BooleanWiped" type="int">
9850 <int value="0" label="Re-enabled"/> 10332 <int value="0" label="Re-enabled"/>
9851 <int value="1" label="Wiped out"/> 10333 <int value="1" label="Wiped out"/>
9852 </enum> 10334 </enum>
9853 10335
10336 <enum name="ChannelLayout" type="int">
10337 <int value="0" label="CHANNEL_LAYOUT_NONE"/>
10338 <int value="1" label="CHANNEL_LAYOUT_UNSUPPORTED"/>
10339 <int value="2" label="CHANNEL_LAYOUT_MONO"/>
10340 <int value="3" label="CHANNEL_LAYOUT_STEREO"/>
10341 <int value="4" label="CHANNEL_LAYOUT_2_1"/>
10342 <int value="5" label="CHANNEL_LAYOUT_SURROUND"/>
10343 <int value="6" label="CHANNEL_LAYOUT_4POINT0"/>
10344 <int value="7" label="CHANNEL_LAYOUT_2_2"/>
10345 <int value="8" label="CHANNEL_LAYOUT_QUAD"/>
10346 <int value="9" label="CHANNEL_LAYOUT_5POINT0"/>
10347 <int value="10" label="CHANNEL_LAYOUT_5POINT1"/>
10348 <int value="11" label="CHANNEL_LAYOUT_5POINT0_BACK"/>
10349 <int value="12" label="CHANNEL_LAYOUT_5POINT1_BACK"/>
10350 <int value="13" label="CHANNEL_LAYOUT_7POINT0"/>
10351 <int value="14" label="CHANNEL_LAYOUT_7POINT1"/>
10352 <int value="15" label="CHANNEL_LAYOUT_7POINT1_WIDE"/>
10353 <int value="16" label="CHANNEL_LAYOUT_STEREO_DOWNMIX"/>
10354 <int value="17" label="CHANNEL_LAYOUT_2POINT1"/>
10355 <int value="18" label="CHANNEL_LAYOUT_3_1"/>
10356 <int value="19" label="CHANNEL_LAYOUT_4_1"/>
10357 <int value="20" label="CHANNEL_LAYOUT_6_0"/>
10358 <int value="21" label="CHANNEL_LAYOUT_6_0_FRONT"/>
10359 <int value="22" label="CHANNEL_LAYOUT_HEXAGONAL"/>
10360 <int value="23" label="CHANNEL_LAYOUT_6_1"/>
10361 <int value="24" label="CHANNEL_LAYOUT_6_1_BACK"/>
10362 <int value="25" label="CHANNEL_LAYOUT_6_1_FRONT"/>
10363 <int value="26" label="CHANNEL_LAYOUT_7_0_FRONT"/>
10364 <int value="27" label="CHANNEL_LAYOUT_7_1_WIDE_BACK"/>
10365 <int value="28" label="CHANNEL_LAYOUT_OCTAGONAL"/>
10366 <int value="29" label="CHANNEL_LAYOUT_DISCRETE"/>
10367 </enum>
10368
9854 <enum name="ClipboardAction" type="int"> 10369 <enum name="ClipboardAction" type="int">
9855 <int value="0" label="Write from non-Incognito"/> 10370 <int value="0" label="Write from non-Incognito"/>
9856 <int value="1" label="Write from Incognito"/> 10371 <int value="1" label="Write from Incognito"/>
9857 <int value="2" label="Read Text"/> 10372 <int value="2" label="Read Text"/>
9858 </enum> 10373 </enum>
9859 10374
9860 <enum name="CoalescePotentialPackets" type="int"> 10375 <enum name="CoalescePotentialPackets" type="int">
9861 <int value="0" label="No Advantage"/> 10376 <int value="0" label="No Advantage"/>
9862 <int value="1" label="Header packets Only"/> 10377 <int value="1" label="Header packets Only"/>
9863 <int value="30" label="More Than 30"/> 10378 <int value="30" label="More Than 30"/>
(...skipping 2017 matching lines...) Expand 10 before | Expand all | Expand 10 after
11881 <int value="0" label="IPV6_CANNOT_CREATE_SOCKETS"/> 12396 <int value="0" label="IPV6_CANNOT_CREATE_SOCKETS"/>
11882 <int value="1" label="IPV6_CAN_CREATE_SOCKETS"/> 12397 <int value="1" label="IPV6_CAN_CREATE_SOCKETS"/>
11883 <int value="2" label="IPV6_GETIFADDRS_FAILED"> 12398 <int value="2" label="IPV6_GETIFADDRS_FAILED">
11884 getifaddrs or GetAdaptersAddresses failed 12399 getifaddrs or GetAdaptersAddresses failed
11885 </int> 12400 </int>
11886 <int value="3" label="IPV6_GLOBAL_ADDRESS_MISSING"/> 12401 <int value="3" label="IPV6_GLOBAL_ADDRESS_MISSING"/>
11887 <int value="4" label="IPV6_GLOBAL_ADDRESS_PRESENT"/> 12402 <int value="4" label="IPV6_GLOBAL_ADDRESS_PRESENT"/>
11888 <int value="5" label="IPV6_INTERFACE_ARRAY_TOO_SHORT"/> 12403 <int value="5" label="IPV6_INTERFACE_ARRAY_TOO_SHORT"/>
11889 </enum> 12404 </enum>
11890 12405
12406 <enum name="JavaScriptAPIName" type="int">
12407 <int value="0" label="GetUserMedia"/>
12408 <int value="1" label="PeerConnection00"/>
12409 <int value="2" label="DeprecatedPeerConnection"/>
12410 <int value="3" label="RTCPeerConnection"/>
12411 </enum>
12412
11891 <enum name="LanguageCode" type="int"> 12413 <enum name="LanguageCode" type="int">
11892 <summary>ISO 639 Language Codes.</summary> 12414 <summary>ISO 639 Language Codes.</summary>
11893 <int value="24929" label="Afar"/> 12415 <int value="24929" label="Afar"/>
11894 <int value="24930" label="Abkhazian"/> 12416 <int value="24930" label="Abkhazian"/>
11895 <int value="24933" label="Avestan"/> 12417 <int value="24933" label="Avestan"/>
11896 <int value="24934" label="Afrikaans"/> 12418 <int value="24934" label="Afrikaans"/>
11897 <int value="24939" label="Akan"/> 12419 <int value="24939" label="Akan"/>
11898 <int value="24941" label="Amharic"/> 12420 <int value="24941" label="Amharic"/>
11899 <int value="24942" label="Aragonese"/> 12421 <int value="24942" label="Aragonese"/>
11900 <int value="24946" label="Arabic"/> 12422 <int value="24946" label="Arabic"/>
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
12452 <int value="18" label="NewLogger"/> 12974 <int value="18" label="NewLogger"/>
12453 </enum> 12975 </enum>
12454 12976
12455 <enum name="LinkMonitorFailureType" type="int"> 12977 <enum name="LinkMonitorFailureType" type="int">
12456 <int value="0" label="Local MAC Address Not Found"/> 12978 <int value="0" label="Local MAC Address Not Found"/>
12457 <int value="1" label="Client Startup Failure"/> 12979 <int value="1" label="Client Startup Failure"/>
12458 <int value="2" label="Transmission Failure"/> 12980 <int value="2" label="Transmission Failure"/>
12459 <int value="3" label="Failure Threshold Reached"/> 12981 <int value="3" label="Failure Threshold Reached"/>
12460 </enum> 12982 </enum>
12461 12983
12984 <enum name="LinuxAudioIO" type="int">
12985 <int value="0" label="PulseAudio"/>
12986 <int value="1" label="ALSA"/>
12987 <int value="2" label="Cras"/>
12988 </enum>
12989
12462 <enum name="LinuxGlibcVersion" type="int"> 12990 <enum name="LinuxGlibcVersion" type="int">
12463 <int value="0" label="Not Parseable"/> 12991 <int value="0" label="Not Parseable"/>
12464 <int value="1" label="Unknown"/> 12992 <int value="1" label="Unknown"/>
12465 <int value="2" label="2.11"/> 12993 <int value="2" label="2.11"/>
12466 <int value="3" label="2.12"/> 12994 <int value="3" label="2.12"/>
12467 <int value="4" label="2.13"/> 12995 <int value="4" label="2.13"/>
12468 <int value="5" label="2.14"/> 12996 <int value="5" label="2.14"/>
12469 <int value="6" label="2.15"/> 12997 <int value="6" label="2.15"/>
12470 <int value="7" label="2.16"/> 12998 <int value="7" label="2.16"/>
12471 <int value="8" label="2.17"/> 12999 <int value="8" label="2.17"/>
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
12524 <int value="30" label="Ogg"/> 13052 <int value="30" label="Ogg"/>
12525 <int value="31" label="RM (RealMedia)"/> 13053 <int value="31" label="RM (RealMedia)"/>
12526 <int value="32" label="SRT (SubRip subtitle)"/> 13054 <int value="32" label="SRT (SubRip subtitle)"/>
12527 <int value="33" label="SWF (ShockWave Flash)"/> 13055 <int value="33" label="SWF (ShockWave Flash)"/>
12528 <int value="34" label="VC-1"/> 13056 <int value="34" label="VC-1"/>
12529 <int value="35" label="WAV / WAVE (Waveform Audio)"/> 13057 <int value="35" label="WAV / WAVE (Waveform Audio)"/>
12530 <int value="36" label="Matroska / WebM"/> 13058 <int value="36" label="Matroska / WebM"/>
12531 <int value="37" label="WTV (Windows Television)"/> 13059 <int value="37" label="WTV (Windows Television)"/>
12532 </enum> 13060 </enum>
12533 13061
13062 <enum name="MediaKeyError" type="int">
13063 <int value="1" label="kUnknownError"/>
13064 <int value="2" label="kClientError"/>
13065 <int value="3" label="kServiceError"/>
13066 <int value="4" label="kOutputError"/>
13067 <int value="5" label="kHardwareChangeError"/>
13068 <int value="6" label="kDomainError"/>
13069 </enum>
13070
13071 <enum name="MediaKeyException" type="int">
13072 <int value="0" label="kUnknownResultId"/>
13073 <int value="1" label="kSuccess"/>
13074 <int value="2" label="kKeySystemNotSupported"/>
13075 <int value="3" label="kInvalidPlayerState"/>
13076 </enum>
13077
12534 <enum name="MouseEventFollowedByClick" type="int"> 13078 <enum name="MouseEventFollowedByClick" type="int">
12535 <int value="0" label="Missed event before click"/> 13079 <int value="0" label="Missed event before click"/>
12536 <int value="1" label="Caught event before click"/> 13080 <int value="1" label="Caught event before click"/>
12537 </enum> 13081 </enum>
12538 13082
12539 <enum name="NavigationScheme" type="int"> 13083 <enum name="NavigationScheme" type="int">
12540 <int value="0" label="(Unknown)"/> 13084 <int value="0" label="(Unknown)"/>
12541 <int value="1" label="http"/> 13085 <int value="1" label="http"/>
12542 <int value="2" label="https"/> 13086 <int value="2" label="https"/>
12543 <int value="3" label="file"/> 13087 <int value="3" label="file"/>
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
13134 <int value="1" label="Crop"/> 13678 <int value="1" label="Crop"/>
13135 <int value="2" label="Brightness"/> 13679 <int value="2" label="Brightness"/>
13136 <int value="3" label="Rotate left"/> 13680 <int value="3" label="Rotate left"/>
13137 <int value="4" label="Rotate right"/> 13681 <int value="4" label="Rotate right"/>
13138 <int value="5" label="Rotate undo"/> 13682 <int value="5" label="Rotate undo"/>
13139 <int value="6" label="Rotate redo"/> 13683 <int value="6" label="Rotate redo"/>
13140 <int value="7" label="Share"/> 13684 <int value="7" label="Share"/>
13141 <int value="8" label="Other"/> 13685 <int value="8" label="Other"/>
13142 </enum> 13686 </enum>
13143 13687
13688 <enum name="PipelineStatus" type="int">
13689 <int value="0" label="PIPELINE_OK"/>
13690 <int value="1" label="PIPELINE_ERROR_URL_NOT_FOUND"/>
13691 <int value="2" label="PIPELINE_ERROR_NETWORK"/>
13692 <int value="3" label="PIPELINE_ERROR_DECODE"/>
13693 <int value="4" label="PIPELINE_ERROR_DECRYPT"/>
13694 <int value="5" label="PIPELINE_ERROR_ABORT"/>
13695 <int value="6" label="PIPELINE_ERROR_INITIALIZATION_FAILED"/>
13696 <int value="7" label="PIPELINE_ERROR_REQUIRED_FILTER_MISSING"/>
13697 <int value="8" label="PIPELINE_ERROR_COULD_NOT_RENDER"/>
13698 <int value="9" label="PIPELINE_ERROR_READ"/>
13699 <int value="10" label="PIPELINE_ERROR_OPERATION_PENDING"/>
13700 <int value="11" label="PIPELINE_ERROR_INVALID_STATE"/>
13701 <int value="12" label="DEMUXER_ERROR_COULD_NOT_OPEN"/>
13702 <int value="13" label="DEMUXER_ERROR_COULD_NOT_PARSE"/>
13703 <int value="14" label="DEMUXER_ERROR_NO_SUPPORTED_STREAMS"/>
13704 <int value="15" label="DECODER_ERROR_NOT_SUPPORTED"/>
13705 </enum>
13706
13144 <enum name="PlatformFileError" type="int"> 13707 <enum name="PlatformFileError" type="int">
13145 <int value="0" label="OK"/> 13708 <int value="0" label="OK"/>
13146 <int value="1" label="FAILED"/> 13709 <int value="1" label="FAILED"/>
13147 <int value="2" label="IN_USE"/> 13710 <int value="2" label="IN_USE"/>
13148 <int value="3" label="EXISTS"/> 13711 <int value="3" label="EXISTS"/>
13149 <int value="4" label="NOT_FOUND"/> 13712 <int value="4" label="NOT_FOUND"/>
13150 <int value="5" label="ACCESS_DENIED"/> 13713 <int value="5" label="ACCESS_DENIED"/>
13151 <int value="6" label="TOO_MANY_OPENED"/> 13714 <int value="6" label="TOO_MANY_OPENED"/>
13152 <int value="7" label="NO_MEMORY"/> 13715 <int value="7" label="NO_MEMORY"/>
13153 <int value="8" label="NO_SPACE"/> 13716 <int value="8" label="NO_SPACE"/>
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
14116 <int value="3" label="CLD agrees with Content-Language"/> 14679 <int value="3" label="CLD agrees with Content-Language"/>
14117 <int value="4" label="CLD disagrees with Content-Language"/> 14680 <int value="4" label="CLD disagrees with Content-Language"/>
14118 </enum> 14681 </enum>
14119 14682
14120 <enum name="TranslateScheme" type="int"> 14683 <enum name="TranslateScheme" type="int">
14121 <int value="0" label="http"/> 14684 <int value="0" label="http"/>
14122 <int value="1" label="https"/> 14685 <int value="1" label="https"/>
14123 <int value="2" label="unexpected other schemes"/> 14686 <int value="2" label="unexpected other schemes"/>
14124 </enum> 14687 </enum>
14125 14688
14689 <enum name="UncacheableReason" type="int">
14690 <int value="0" label="kNoData"/>
14691 <int value="1" label="kPre11PartialResponse"/>
14692 <int value="2" label="kNoStrongValidatorOnPartialResponse"/>
14693 <int value="3" label="kShortMaxAge"/>
14694 <int value="4" label="kExpiresTooSoon"/>
14695 <int value="5" label="kHasMustRevalidate"/>
14696 <int value="6" label="kNoCache"/>
14697 <int value="7" label="kNoStore"/>
14698 </enum>
14699
14126 <enum name="UniformityTrialGroupNotActive" type="int"> 14700 <enum name="UniformityTrialGroupNotActive" type="int">
14127 <int value="0" label="Invalid"/> 14701 <int value="0" label="Invalid"/>
14128 <int value="1" label="Group not reported"/> 14702 <int value="1" label="Group not reported"/>
14129 <int value="2" label="Trial was disabled"/> 14703 <int value="2" label="Trial was disabled"/>
14130 <int value="3" label="Group not reported and trial was disabled"/> 14704 <int value="3" label="Group not reported and trial was disabled"/>
14131 </enum> 14705 </enum>
14132 14706
14133 <enum name="UpdateEngineDownloadSources" type="int"> 14707 <enum name="UpdateEngineDownloadSources" type="int">
14134 <int value="0" label="Other"/> 14708 <int value="0" label="Other"/>
14135 <int value="1" label="HTTPS Server Only"/> 14709 <int value="1" label="HTTPS Server Only"/>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
14176 <int value="35" label="kErrorCodeOmahaUpdateIgnoredPerPolicy"/> 14750 <int value="35" label="kErrorCodeOmahaUpdateIgnoredPerPolicy"/>
14177 <int value="36" label="kErrorCodeOmahaUpdateDeferredPerPolicy"/> 14751 <int value="36" label="kErrorCodeOmahaUpdateDeferredPerPolicy"/>
14178 <int value="37" label="kErrorCodeOmahaErrorInHTTPResponse"/> 14752 <int value="37" label="kErrorCodeOmahaErrorInHTTPResponse"/>
14179 <int value="38" label="kErrorCodeDownloadOperationHashMissingError"/> 14753 <int value="38" label="kErrorCodeDownloadOperationHashMissingError"/>
14180 <int value="39" label="kErrorCodeDownloadMetadataSignatureMissingError"/> 14754 <int value="39" label="kErrorCodeDownloadMetadataSignatureMissingError"/>
14181 <int value="40" label="kErrorCodeOmahaUpdateDeferredForBackoff"/> 14755 <int value="40" label="kErrorCodeOmahaUpdateDeferredForBackoff"/>
14182 <int value="41" label="kErrorCodePostinstallPowerwashError"/> 14756 <int value="41" label="kErrorCodePostinstallPowerwashError"/>
14183 <int value="42" label="kErrorCodeUpdateCanceledByChannelChange"/> 14757 <int value="42" label="kErrorCodeUpdateCanceledByChannelChange"/>
14184 </enum> 14758 </enum>
14185 14759
14760 <enum name="URLSchemeForHistogram" type="int">
14761 <int value="0" label="kUnknownURLScheme"/>
14762 <int value="1" label="kMissingURLScheme"/>
14763 <int value="2" label="kHttpURLScheme"/>
14764 <int value="3" label="kHttpsURLScheme"/>
14765 <int value="4" label="kFtpURLScheme"/>
14766 <int value="5" label="kChromeExtensionURLScheme"/>
14767 <int value="6" label="kJavascriptURLScheme"/>
14768 <int value="7" label="kFileURLScheme"/>
14769 <int value="8" label="kBlobURLScheme"/>
14770 <int value="9" label="kDataURLScheme"/>
14771 </enum>
14772
14186 <enum name="VAVDAH264DecoderFailure" type="int"> 14773 <enum name="VAVDAH264DecoderFailure" type="int">
14187 <int value="0" label="FRAME_MBS_ONLY_FLAG_NOT_ONE"/> 14774 <int value="0" label="FRAME_MBS_ONLY_FLAG_NOT_ONE"/>
14188 <int value="1" label="GAPS_IN_FRAME_NUM"/> 14775 <int value="1" label="GAPS_IN_FRAME_NUM"/>
14189 <int value="2" label="MID_STREAM_RESOLUTION_CHANGE"/> 14776 <int value="2" label="MID_STREAM_RESOLUTION_CHANGE"/>
14190 <int value="3" label="INTERLACED_STREAM"/> 14777 <int value="3" label="INTERLACED_STREAM"/>
14191 <int value="4" label="VAAPI_ERROR"/> 14778 <int value="4" label="VAAPI_ERROR"/>
14192 </enum> 14779 </enum>
14193 14780
14781 <enum name="VideoCodec" type="int">
14782 <int value="0" label="kUnknownVideoCodec"/>
14783 <int value="1" label="kCodecH264"/>
14784 <int value="2" label="kCodecVC1"/>
14785 <int value="3" label="kCodecMPEG2"/>
14786 <int value="4" label="kCodecMPEG4"/>
14787 <int value="5" label="kCodecTheora"/>
14788 <int value="6" label="kCodecVP8"/>
14789 <int value="7" label="kCodecVP9"/>
14790 </enum>
14791
14792 <enum name="VideoCodecProfile" type="int">
14793 <int value="0" label="H.264 Baseline"/>
14794 <int value="1" label="H.264 Main"/>
14795 <int value="2" label="H.264 Extended"/>
14796 <int value="3" label="H.264 High"/>
14797 <int value="4" label="H.264 High10"/>
14798 <int value="5" label="H.264 High422"/>
14799 <int value="6" label="H.264 High444"/>
14800 <int value="7" label="H.264 ScalableBaseline"/>
14801 <int value="8" label="H.264 ScalableHigh"/>
14802 <int value="9" label="H.264 StereoHigh"/>
14803 <int value="10" label="H.264 MultiviewHigh"/>
14804 <int value="11" label="VP8"/>
14805 <int value="12" label="VP9"/>
14806 </enum>
14807
14194 <enum name="ViewFileType" type="int"> 14808 <enum name="ViewFileType" type="int">
14195 <int value="0" label="other"/> 14809 <int value="0" label="other"/>
14196 <int value="1" label=".3ga"/> 14810 <int value="1" label=".3ga"/>
14197 <int value="2" label=".3gp"/> 14811 <int value="2" label=".3gp"/>
14198 <int value="3" label=".aac"/> 14812 <int value="3" label=".aac"/>
14199 <int value="4" label=".alac"/> 14813 <int value="4" label=".alac"/>
14200 <int value="5" label=".asf"/> 14814 <int value="5" label=".asf"/>
14201 <int value="6" label=".avi"/> 14815 <int value="6" label=".avi"/>
14202 <int value="7" label=".bmp"/> 14816 <int value="7" label=".bmp"/>
14203 <int value="8" label=".csv"/> 14817 <int value="8" label=".csv"/>
(...skipping 1615 matching lines...) Expand 10 before | Expand all | Expand 10 after
15819 <fieldtrial name="SSLResumption"> 16433 <fieldtrial name="SSLResumption">
15820 <group name="Resume_Handshake" label="Session Resumption"/> 16434 <group name="Resume_Handshake" label="Session Resumption"/>
15821 <group name="Full_Handshake" label="Full"/> 16435 <group name="Full_Handshake" label="Full"/>
15822 <affected-histogram name="Net.SSL_Connection_Latency"/> 16436 <affected-histogram name="Net.SSL_Connection_Latency"/>
15823 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 16437 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
15824 </fieldtrial> 16438 </fieldtrial>
15825 16439
15826 </fieldtrials> 16440 </fieldtrials>
15827 16441
15828 </histogram-configuration> 16442 </histogram-configuration>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698