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.java1917 if (isYUVReprocessingSupported()) { in getAvailableMandatoryStreamCombinations()
1935 if (isYUVReprocessingSupported()) { in getAvailableMandatoryStreamCombinations()
1949 if (isYUVReprocessingSupported()) { in getAvailableMandatoryStreamCombinations()
1962 if (isYUVReprocessingSupported()) { in getAvailableMandatoryStreamCombinations()
2008 if (isYUVReprocessingSupported()) { in generateAvailableCombinations()
2342 private boolean isYUVReprocessingSupported() { in isYUVReprocessingSupported() method in MandatoryStreamCombination.Builder