Home
last modified time | relevance | path

Searched refs:isYUVReprocessingSupported (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DMandatoryStreamCombination.java1271 if (isYUVReprocessingSupported()) { in getAvailableMandatoryStreamCombinations()
1289 if (isYUVReprocessingSupported()) { in getAvailableMandatoryStreamCombinations()
1303 if (isYUVReprocessingSupported()) { in getAvailableMandatoryStreamCombinations()
1316 if (isYUVReprocessingSupported()) { in getAvailableMandatoryStreamCombinations()
1362 if (isYUVReprocessingSupported()) { in generateAvailableCombinations()
1659 private boolean isYUVReprocessingSupported() { in isYUVReprocessingSupported() method in MandatoryStreamCombination.Builder