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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2358683002: Android: enable/disable WebRTC HW H264 with a flag. (Closed)
Patch Set: add back the removed entry in software_rendering_list_jason.cc and remove the change in gpu_data_manager_impl_private.cc Created 4 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:
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 82b07a509795f8d77acc848a0285c0864fc5815d..de04983e55184fc284f1e5bb454120715bc66985 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -691,6 +691,16 @@ LONG_STRING_CONST(
]
},
{
+ "id": 82,
+ "description": "MediaCodec is still too buggy to use for encoding (b/11536167)",
Ken Russell (switch to Gerrit) 2016/10/07 01:02:49 Please add a "cr_bugs" field for this entry so abo
braveyao 2016/10/07 01:13:46 Done. I'm using the crbug number of this cl, since
+ "os": {
+ "type": "android"
+ },
+ "features": [
+ "accelerated_video_encode"
+ ]
+ },
+ {
"id": 86,
"description": "Intel Graphics Media Accelerator 3150 causes the GPU process to hang running WebGL",
"cr_bugs": [305431],

Powered by Google App Engine
This is Rietveld 408576698