Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DMandatoryStreamCombination.java1789 int formatChosen = template.mFormat; in createUHSensorMandatoryStreamCombination() local
1798 formatChosen = substitutedFormat; in createUHSensorMandatoryStreamCombination()
1802 Size [] outputSizes = sm.getOutputSizes(formatChosen); in createUHSensorMandatoryStreamCombination()
1804 sm.getHighResolutionOutputSizes(formatChosen); in createUHSensorMandatoryStreamCombination()
1814 if (formatChosen == ImageFormat.RAW_SENSOR) { in createUHSensorMandatoryStreamCombination()
1820 new Integer(formatChosen)); in createUHSensorMandatoryStreamCombination()
1826 streamInfo = new MandatoryStreamInformation(sizes, formatChosen, in createUHSensorMandatoryStreamCombination()