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

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

Issue 660493002: VideoCapture: Sort VideoPixelFormat in order of preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: obsolete UMA Created 6 years, 2 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/video/capture/video_capture_types.cc ('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 e7fae3a454ec0056a365baf82867267a6e83b2e3..4858ea9a083e07ba7721b495d7fc46f3db3a34f1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12346,6 +12346,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Media.VideoCapture.PixelFormat" enum="CapturePixelFormat">
+ <obsolete>
+ Deprecated 10/2014 in Issue 660493002.
+ </obsolete>
<owner>mcasas@chromium.org</owner>
<summary>
Pixel format provided by a Video Capture Device. The collection is made in
@@ -39835,6 +39838,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="6" label="MJPEG"/>
<int value="7" label="NV21"/>
<int value="8" label="YV12"/>
+ <int value="9" label="TEXTURE"/>
</enum>
<enum name="CaptureStartupResult" type="int">
« no previous file with comments | « media/video/capture/video_capture_types.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698