Searched refs:imageFormatToInternal (Results 1 – 2 of 2) 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()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 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()