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

/frameworks/base/graphics/java/android/graphics/
H A DImageFormat.java38 * <p>YV12 is a 4:2:0 YCrCb planar format comprised of a WxH Y plane followed
73 public static final int YV12 = 0x32315659; field in class:ImageFormat
79 * being represented by 8 bits. It is equivalent to just the Y plane from {@link #YV12}
237 case YV12:
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraMetadataTest.java351 YV12, enum constant in enum:CameraMetadataTest.AvailableFormat
382 AvailableFormat.YV12,
435 AvailableFormat.YV12,
539 0x32315659, // YV12
547 0x32315659, // YV12

Completed in 87 milliseconds