Camera: Standard dynamic range profile must not have any extra latency

The standard dynamic range profile will always be present as part of the
advertised profiles. Additionally the same profile must never advertise
extra latency due to the format selection.

Bug: 215396395
Test: Camera CTS
Change-Id: I0ad7dd23a1b1f742293b4c52a48a8fca98b7925c
This commit is contained in:
Emilian Peev
2022-03-03 11:39:45 -08:00
parent e31ec794dc
commit cb4b1b0230

View File

@@ -230,6 +230,7 @@ public final class DynamicRangeProfiles {
}
mProfileMap.put(STANDARD, standardConstraints);
mLookahedLatencyMap.put(STANDARD, false);
}