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

Unified Diff: media/capture/video/android/java/src/org/chromium/media/VideoCaptureAndroid.java

Issue 1812833002: VideoCaptureAndroid: Disable YV12 support for XT1097 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/android/java/src/org/chromium/media/VideoCaptureAndroid.java
diff --git a/media/capture/video/android/java/src/org/chromium/media/VideoCaptureAndroid.java b/media/capture/video/android/java/src/org/chromium/media/VideoCaptureAndroid.java
index ce384d19fb5e479ce3363492a5d1436567c9999f..92a74404051075e655a9565e644b96816fe8d0b4 100644
--- a/media/capture/video/android/java/src/org/chromium/media/VideoCaptureAndroid.java
+++ b/media/capture/video/android/java/src/org/chromium/media/VideoCaptureAndroid.java
@@ -27,7 +27,7 @@ public class VideoCaptureAndroid extends VideoCaptureCamera {
private static final String[] COLORSPACE_BUGGY_DEVICE_LIST = {
"SAMSUNG-SGH-I747", "ODROID-U2",
// See https://crbug.com/577435 for more info.
- "XT1092", "XT1095", "XT1096",
+ "XT1092", "XT1095", "XT1096", "XT1097",
};
static int getImageFormat() {
« 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