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

/frameworks/base/graphics/java/android/graphics/
H A DImageFormat.java57 * <p>For the {@link android.hardware.camera2} API, the {@link #YUV_420_888} format is
141 * <p>For the {@link android.hardware.camera2} API, the {@link #YUV_420_888} format is
157 * <p>For the {@link android.hardware.camera2} API, the {@link #YUV_420_888} format is
165 * <p>For the {@link android.hardware.camera2} API, the {@link #YUV_420_888} format is
219 public static final int YUV_420_888 = 0x23; field in class:ImageFormat
237 * <p>In contrast to the {@link #YUV_420_888} format, the Y-plane may have a pixel
274 * <p>In contrast to the {@link #YUV_420_888} format, the Y-plane may have a pixel
716 case YUV_420_888:
756 case YUV_420_888:
/frameworks/base/include/android_runtime/
H A Dandroid_view_Surface.h47 YUV_420_888 = 0x23, member in class:android::PublicFormat

Completed in 73 milliseconds