Searched refs:checkArgumentFormatInternal (Results 1 – 4 of 4) sorted by relevance
20 import static android.hardware.camera2.params.StreamConfigurationMap.checkArgumentFormatInternal;62 mFormat = checkArgumentFormatInternal(format); in StreamConfiguration()
20 import static android.hardware.camera2.params.StreamConfigurationMap.checkArgumentFormatInternal;57 mFormat = checkArgumentFormatInternal(format); in StreamConfigurationDuration()
79 int inputFormat = StreamConfigurationMap.checkArgumentFormatInternal(entry[i]); in ReprocessFormatsMap()95 StreamConfigurationMap.checkArgumentFormatInternal(outputFormat); in ReprocessFormatsMap()
992 static int checkArgumentFormatInternal(int format) { in checkArgumentFormatInternal() method in StreamConfigurationMap