Searched refs:formatToString (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | StreamConfigurationMap.java | 1847 "stall:%d], ", size.getWidth(), size.getHeight(), formatToString(format), in appendOutputsString() 1868 "stall:%d], ", size.getWidth(), size.getHeight(), formatToString(format), in appendHighResOutputsString() 1886 size.getHeight(), formatToString(format), format)); in appendInputsString() 1900 sb.append(String.format("[in:%s(%d), out:", formatToString(inputFormat), inputFormat)); in appendValidOutputFormatsForInputString() 1903 sb.append(String.format("%s(%d)", formatToString(outputFormats[i]), in appendValidOutputFormatsForInputString() 1938 public static String formatToString(int format) { in formatToString() method in StreamConfigurationMap
|
H A D | MultiResolutionStreamConfigurationMap.java | 249 sb.append("[" + StreamConfigurationMap.formatToString(format) + ":"); in appendConfigurationsString()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | PixelFormat.java | 203 public static String formatToString(@Format int format) { in formatToString() method in PixelFormat
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ScreenDecorations.java | 1124 + PixelFormat.formatToString(mHwcScreenDecorationSupport.format)); in dump()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowManager.java | 5343 sb.append(PixelFormat.formatToString(format)); in toString()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 18337 Landroid/graphics/PixelFormat;->formatToString(I)Ljava/lang/String; 19405 Landroid/hardware/camera2/params/StreamConfigurationMap;->formatToString(I)Ljava/lang/String;
|