Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfiguration.java20 import static android.hardware.camera2.params.StreamConfigurationMap.checkArgumentFormatInternal;
62 mFormat = checkArgumentFormatInternal(format); in StreamConfiguration()
DStreamConfigurationDuration.java20 import static android.hardware.camera2.params.StreamConfigurationMap.checkArgumentFormatInternal;
57 mFormat = checkArgumentFormatInternal(format); in StreamConfigurationDuration()
DReprocessFormatsMap.java79 int inputFormat = StreamConfigurationMap.checkArgumentFormatInternal(entry[i]); in ReprocessFormatsMap()
95 StreamConfigurationMap.checkArgumentFormatInternal(outputFormat); in ReprocessFormatsMap()
DStreamConfigurationMap.java997 static int checkArgumentFormatInternal(int format) { in checkArgumentFormatInternal() method in StreamConfigurationMap