Searched refs:imageFormatToInternal (Results 1 – 5 of 5) sorted by relevance
54 int[] inputs = StreamConfigurationMap.imageFormatToInternal(value.getInputs()); in marshal()60 StreamConfigurationMap.imageFormatToInternal(value.getOutputs(input)); in marshal()
484 int internalFormat = imageFormatToInternal(format); in isOutputSupportedFor()642 int internalFormat = imageFormatToInternal(format); in isOutputSupportedFor()953 return getInternalFormatDuration(imageFormatToInternal(format), in getOutputMinFrameDuration()1098 return getInternalFormatDuration(imageFormatToInternal(format), in getOutputStallDuration()1202 int internalFormat = imageFormatToInternal(format); in checkArgumentFormatSupported()1447 static int imageFormatToInternal(int format) { in imageFormatToInternal() method in StreamConfigurationMap1529 public static int[] imageFormatToInternal(int[] formats) { in imageFormatToInternal() method in StreamConfigurationMap1535 formats[i] = imageFormatToInternal(formats[i]); in imageFormatToInternal()1548 int internalFormat = imageFormatToInternal(format); in getPublicFormatSizes()
232 int internalFormat = StreamConfigurationMap.imageFormatToInternal(format); in getInfo()
668 mConfiguredFormat = StreamConfigurationMap.imageFormatToInternal(ImageFormat.PRIVATE); in OutputConfiguration()1221 mConfiguredFormat = StreamConfigurationMap.imageFormatToInternal(ImageFormat.PRIVATE); in OutputConfiguration()
19428 Landroid/hardware/camera2/params/StreamConfigurationMap;->imageFormatToInternal(I)I19429 Landroid/hardware/camera2/params/StreamConfigurationMap;->imageFormatToInternal([I)[I