Home
last modified time | relevance | path

Searched refs:UNSIGNED_8 (Results 1 – 20 of 20) sorted by relevance

/frameworks/rs/support/java/src/android/support/v8/renderscript/
DElement.java139 UNSIGNED_8 (8, 1), enumConstant
333 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8); in U8()
446 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A); in A_8()
460 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB); in RGB_888()
481 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888()
530 rs.mElement_UCHAR_2 = createVector(rs, DataType.UNSIGNED_8, 2); in U8_2()
537 rs.mElement_UCHAR_3 = createVector(rs, DataType.UNSIGNED_8, 3); in U8_3()
544 rs.mElement_UCHAR_4 = createVector(rs, DataType.UNSIGNED_8, 4); in U8_4()
806 case UNSIGNED_8: in createVector()
846 if (!(dt == DataType.UNSIGNED_8 || in createPixel()
DAllocation.java428 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) { in validateIsInt8()
/frameworks/base/rs/java/android/renderscript/
DElement.java129 UNSIGNED_8 (8, 1), enumConstant
335 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8); in U8()
584 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A); in A_8()
606 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB); in RGB_888()
639 … rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888()
749 rs.mElement_UCHAR_2 = createVector(rs, DataType.UNSIGNED_8, 2); in U8_2()
760 rs.mElement_UCHAR_3 = createVector(rs, DataType.UNSIGNED_8, 3); in U8_3()
771 rs.mElement_UCHAR_4 = createVector(rs, DataType.UNSIGNED_8, 4); in U8_4()
1013 rs.mElement_YUV = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_YUV); in YUV()
1184 case UNSIGNED_8: in createVector()
[all …]
DAllocation.java465 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) { in validateIsInt8()
/frameworks/rs/cpp/
DElement.cpp82 CREATE_USER(U8, UNSIGNED_8);
109 CREATE_PIXEL(A_8, UNSIGNED_8, PIXEL_A);
111 CREATE_PIXEL(RGB_888, UNSIGNED_8, PIXEL_RGB);
113 CREATE_PIXEL(RGBA_8888, UNSIGNED_8, PIXEL_RGBA);
114 CREATE_PIXEL(YUV, UNSIGNED_8, PIXEL_YUV);
135 CREATE_VECTOR(U8, UNSIGNED_8);
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
DRsYuv.java86 …tb = new Type.Builder(mRS, Element.createPixel(mRS, Element.DataType.UNSIGNED_8, Element.DataKind.… in reset()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DCamera2Source.java167 Element ele = Element.createPixel(mRS, Element.DataType.UNSIGNED_8, in onOpen()
/frameworks/base/core/java/android/hardware/
DCamera.java1012 Element.DataType.UNSIGNED_8, in createPreviewAllocation()
/frameworks/support/api/
D23.0.0.txt10179 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
D23.4.0.txt11114 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
D23.1.0.txt10598 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
D23.1.1.txt10567 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
D23.2.1.txt11098 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
D23.2.0.txt11096 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
D24.1.0.txt11924 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
D24.0.0.txt11914 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26185 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_8;
/frameworks/base/api/
Dcurrent.txt35911 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_8;
Dtest-current.txt36108 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_8;
Dsystem-current.txt38988 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_8;