Home
last modified time | relevance | path

Searched refs:imageFormatToInternal (Results 1 – 4 of 4) 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.java442 int internalFormat = imageFormatToInternal(format); in isOutputSupportedFor()
593 int internalFormat = imageFormatToInternal(format); in isOutputSupportedFor()
903 return getInternalFormatDuration(imageFormatToInternal(format), in getOutputMinFrameDuration()
1049 return getInternalFormatDuration(imageFormatToInternal(format), in getOutputStallDuration()
1149 int internalFormat = imageFormatToInternal(format); in checkArgumentFormatSupported()
1387 static int imageFormatToInternal(int format) { in imageFormatToInternal() method in StreamConfigurationMap
1462 public static int[] imageFormatToInternal(int[] formats) { in imageFormatToInternal() method in StreamConfigurationMap
1468 formats[i] = imageFormatToInternal(formats[i]); in imageFormatToInternal()
1481 int internalFormat = imageFormatToInternal(format); in getPublicFormatSizes()
DOutputConfiguration.java316 mConfiguredFormat = StreamConfigurationMap.imageFormatToInternal(ImageFormat.PRIVATE); in OutputConfiguration()
563 mConfiguredFormat = StreamConfigurationMap.imageFormatToInternal(ImageFormat.PRIVATE); in OutputConfiguration()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt22315 Landroid/hardware/camera2/params/StreamConfigurationMap;->imageFormatToInternal(I)I
22316 Landroid/hardware/camera2/params/StreamConfigurationMap;->imageFormatToInternal([I)[I