[go: nahoru, domu]

Searched refs:RGB_888 (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java49 public static final int RGB_888 = 3; field in class:PixelFormat
101 case RGB_888:
166 case RGB_888:
/frameworks/base/include/android_runtime/
H A Dandroid_view_Surface.h40 RGB_888 = 0x3, member in class:android::PublicFormat
/frameworks/base/media/java/android/media/
H A DImageUtils.java54 case PixelFormat.RGB_888:
187 // 10x compression from RGB_888
214 case PixelFormat.RGB_888:
248 case PixelFormat.RGB_888:
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DSurfaceCompositionMeasuringActivity.java84 PixelFormat.RGB_888,
563 case PixelFormat.RGB_888:
564 return "RGB_888";
/frameworks/rs/cpp/
H A DElement.cpp112 CREATE_PIXEL(RGB_888, UNSIGNED_8, PIXEL_RGB);
H A DrsCppStructs.h508 sp<const Element> RGB_888; member in struct:android::RSC::RS::__anon1619
1117 * Utility function for returning an Element containing an RGB_888 pixel.
1121 static sp<const Element> RGB_888(sp<RS> rs);
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java1598 case PixelFormat.RGB_888:
1599 return "RGB_888";
/frameworks/base/rs/java/android/renderscript/
H A DElement.java602 public static Element RGB_888(RenderScript rs) { method in class:Element
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java458 public static Element RGB_888(RenderScript rs) { method in class:Element

Completed in 163 milliseconds