Searched refs:imageFormatToInternal (Results 1 – 4 of 4) sorted by relevance
54 int[] inputs = StreamConfigurationMap.imageFormatToInternal(value.getInputs()); in marshal()60 StreamConfigurationMap.imageFormatToInternal(value.getOutputs(input)); in marshal()
297 int internalFormat = imageFormatToInternal(format); in isOutputSupportedFor()718 return getInternalFormatDuration(imageFormatToInternal(format), in getOutputMinFrameDuration()864 return getInternalFormatDuration(imageFormatToInternal(format), in getOutputStallDuration()952 int internalFormat = imageFormatToInternal(format); in checkArgumentFormatSupported()1177 static int imageFormatToInternal(int format) { in imageFormatToInternal() method in StreamConfigurationMap1244 public static int[] imageFormatToInternal(int[] formats) { in imageFormatToInternal() method in StreamConfigurationMap1250 formats[i] = imageFormatToInternal(formats[i]); in imageFormatToInternal()1263 int internalFormat = imageFormatToInternal(format); in getPublicFormatSizes()
270 mConfiguredFormat = StreamConfigurationMap.imageFormatToInternal(ImageFormat.PRIVATE); in OutputConfiguration()445 mConfiguredFormat = StreamConfigurationMap.imageFormatToInternal(ImageFormat.PRIVATE); in OutputConfiguration()
23456 HSPLandroid/hardware/camera2/params/StreamConfigurationMap;->imageFormatToInternal(I)I