Merge "yuv"
This commit is contained in:
@@ -19394,6 +19394,7 @@ package android.renderscript {
|
||||
enum_constant public static final android.renderscript.Element.DataKind PIXEL_LA;
|
||||
enum_constant public static final android.renderscript.Element.DataKind PIXEL_RGB;
|
||||
enum_constant public static final android.renderscript.Element.DataKind PIXEL_RGBA;
|
||||
enum_constant public static final android.renderscript.Element.DataKind PIXEL_YUV;
|
||||
enum_constant public static final android.renderscript.Element.DataKind USER;
|
||||
}
|
||||
|
||||
|
||||
@@ -171,7 +171,8 @@ public class Element extends BaseObj {
|
||||
PIXEL_LA (9),
|
||||
PIXEL_RGB (10),
|
||||
PIXEL_RGBA (11),
|
||||
PIXEL_DEPTH (12);
|
||||
PIXEL_DEPTH (12),
|
||||
PIXEL_YUV(13);
|
||||
|
||||
int mID;
|
||||
DataKind(int id) {
|
||||
|
||||
@@ -47,6 +47,7 @@ public class Type extends BaseObj {
|
||||
int mDimZ;
|
||||
boolean mDimMipmaps;
|
||||
boolean mDimFaces;
|
||||
int mDimYuv;
|
||||
int mElementCount;
|
||||
Element mElement;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user