Merge "Camera2: Remove filtering for non-BURST_CAPTURE-capable devices" into mnc-dev

This commit is contained in:
Eino-Ville Talvala
2015-08-24 23:08:00 +00:00
committed by Android (Google) Code Review

View File

@@ -1290,7 +1290,7 @@ public final class StreamConfigurationMap {
for (StreamConfiguration config : configurations) {
int fmt = config.getFormat();
if (fmt == format && config.isOutput() == output) {
if (output) {
if (output && mListHighResolution) {
// Filter slow high-res output formats; include for
// highRes, remove for !highRes
long duration = 0;