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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2640113004: Introduce Dolby Vision video codec and Demuxer support (Closed)
Patch Set: fix build break on Android Created 3 years, 9 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:
Download patch
« no previous file with comments | « media/remoting/rpc.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a54cd2d0a99184ed3ab68f27dd84471cf76e7bf6..5cc4066088716553105fcba9c78448a00b478808 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -100010,6 +100010,7 @@ value.
<int value="9" label="OPUS"/>
<int value="10" label="HEVC"/>
<int value="11" label="AC3"/>
+ <int value="12" label="DOLBYVISION"/>
</enum>
<enum name="MultiAccountUpdateBubbleUserAction" type="int">
@@ -110973,6 +110974,7 @@ value.
<int value="6" label="kCodecVP8"/>
<int value="7" label="kCodecVP9"/>
<int value="8" label="kCodecHEVC"/>
+ <int value="9" label="kCodecDolbyVision"/>
</enum>
<enum name="VideoCodecProfile" type="int">
@@ -110995,6 +110997,10 @@ value.
<int value="16" label="HEVC Main"/>
<int value="17" label="HEVC Main10"/>
<int value="18" label="HEVC Main Still-picture"/>
+ <int value="19" label="DolbyVision profile0"/>
+ <int value="20" label="DolbyVision profile4"/>
+ <int value="21" label="DolbyVision profile5"/>
+ <int value="22" label="DolbyVision profile7"/>
</enum>
<enum name="VideoDecodeAcceleratorError" type="int">
« no previous file with comments | « media/remoting/rpc.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698