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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 74563002: AndroidVideoEncodeAccelerator is born! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added blacklist-based disabling Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: gpu/config/software_rendering_list_json.cc
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
index 6ed261fae40cef2d1a37a83ab92ea23aca7fc7c5..653c03cd68f18603e50eb7656e979cbe9ea27ac3 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -971,6 +971,16 @@ LONG_STRING_CONST(
"features": [
"force_compositing_mode"
]
+ },
+ {
+ "id": 82,
+ "description": "MediaCodec is still too buggy to use for encoding.", // b/11536167.
Ken Russell (switch to Gerrit) 2013/11/27 00:18:20 The end-of-line comment wouldn't be valid JSON if
Ami GONE FROM CHROMIUM 2013/11/27 01:13:13 Even though it's google-internal only? OK.
Ken Russell (switch to Gerrit) 2013/11/27 01:16:37 Thanks. I don't think it matters that it's an inte
+ "os": {
+ "type": "android"
+ },
+ "features": [
+ "accelerated_video_encode"
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698