Searched defs:imageFormatToInternal (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java297 int internalFormat = imageFormatToInternal(format);
718 return getInternalFormatDuration(imageFormatToInternal(format),
864 return getInternalFormatDuration(imageFormatToInternal(format),
952 int internalFormat = imageFormatToInternal(format);
1052 * <p>This function is the dual of {@link #imageFormatToInternal} for dataspaces other than
1095 * <p>This function is the dual of {@link #imageFormatToInternal} for formats associated with
1177 static int imageFormatToInternal(int format) { method in class:StreamConfigurationMap
1240 * @see #imageFormatToInternal
1244 public static int[] imageFormatToInternal(int[] formats) { method in class:StreamConfigurationMap
1250 formats[i] = imageFormatToInternal(format
[all...]

Completed in 36 milliseconds