Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java722 if (isYUVReprocessingSupported()) { in getAvailableMandatoryStreamCombinations()
740 if (isYUVReprocessingSupported()) { in getAvailableMandatoryStreamCombinations()
754 if (isYUVReprocessingSupported()) { in getAvailableMandatoryStreamCombinations()
767 if (isYUVReprocessingSupported()) { in getAvailableMandatoryStreamCombinations()
813 if (isYUVReprocessingSupported()) { in generateAvailableCombinations()
1095 private boolean isYUVReprocessingSupported() { in isYUVReprocessingSupported() method in MandatoryStreamCombination.Builder