Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableReprocessFormatsMap.java54 int[] inputs = StreamConfigurationMap.imageFormatToInternal(value.getInputs()); in marshal()
60 StreamConfigurationMap.imageFormatToInternal(value.getOutputs(input)); in marshal()
/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java297 int internalFormat = imageFormatToInternal(format); in isOutputSupportedFor()
724 return getInternalFormatDuration(imageFormatToInternal(format), in getOutputMinFrameDuration()
869 return getInternalFormatDuration(imageFormatToInternal(format), in getOutputStallDuration()
957 int internalFormat = imageFormatToInternal(format); in checkArgumentFormatSupported()
1180 static int imageFormatToInternal(int format) { in imageFormatToInternal() method in StreamConfigurationMap
1244 public static int[] imageFormatToInternal(int[] formats) { in imageFormatToInternal() method in StreamConfigurationMap
1250 formats[i] = imageFormatToInternal(formats[i]); in imageFormatToInternal()
1263 int internalFormat = imageFormatToInternal(format); in getPublicFormatSizes()