Home
last modified time | relevance | path

Searched refs:RGB_888 (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPixelFormat.java32 @IntDef({RGBA_8888, RGBX_8888, RGBA_F16, RGBA_1010102, RGB_888, RGB_565})
53 public static final int RGB_888 = 3; field in PixelFormat
114 case RGB_888: in getPixelFormatInfo()
183 case RGB_888: in isPublicFormat()
208 case RGB_888: in formatToString()
/frameworks/base/media/java/android/media/
DImageUtils.java54 case PixelFormat.RGB_888: in getNumPlanesForFormat()
224 case PixelFormat.RGB_888: in getEstimatedNativeAllocBytes()
258 case PixelFormat.RGB_888: in getEffectivePlaneSizeForImage()
/frameworks/base/core/java/android/hardware/
DHardwareBuffer.java54 RGB_888,
74 public static final int RGB_888 = 3; field in HardwareBuffer
400 case RGB_888: in isSupportedFormat()
/frameworks/native/include/ui/
DPublicFormat.h37 RGB_888 = 0x3, enumerator
/frameworks/native/libs/ui/include/ui/
DPublicFormat.h37 RGB_888 = 0x3, enumerator
/frameworks/base/core/proto/android/graphics/
Dpixelformat.proto29 RGB_888 = 3; enumerator
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/glwallpaper/
DEglHelperTest.java78 .setFormat(PixelFormat.RGB_888) in prepareSurface()
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DSurfaceCompositionMeasuringActivity.java83 PixelFormat.RGB_888,
561 case PixelFormat.RGB_888: in getPixelFormatInfo()
/frameworks/rs/cpp/
DElement.cpp111 CREATE_PIXEL(RGB_888, UNSIGNED_8, PIXEL_RGB);
DrsCppStructs.h508 sp<const Element> RGB_888; member
1121 static sp<const Element> RGB_888(const sp<RS> &rs);
/frameworks/rs/support/java/src/androidx/renderscript/
DElement.java458 public static Element RGB_888(RenderScript rs) { in RGB_888() method in Element
/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java1856 case PixelFormat.RGB_888: in formatToString()
/frameworks/base/rs/java/android/renderscript/
DElement.java604 public static Element RGB_888(RenderScript rs) { in RGB_888() method in Element
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt15254 field public static final int RGB_888 = 3; // 0x3
16786 field public static final int RGB_888 = 3; // 0x3
41541 method public static android.renderscript.Element RGB_888(android.renderscript.RenderScript);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11257 field public static final int RGB_888 = 3; // 0x3
26098 method public static android.renderscript.Element RGB_888(android.renderscript.RenderScript);