Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DElement.java128 UNSIGNED_8 (8, 1), enumConstant
328 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8); in U8()
483 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A); in A_8()
497 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB); in RGB_888()
518 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888()
567 rs.mElement_UCHAR_2 = createVector(rs, DataType.UNSIGNED_8, 2); in U8_2()
574 rs.mElement_UCHAR_3 = createVector(rs, DataType.UNSIGNED_8, 3); in U8_3()
581 rs.mElement_UCHAR_4 = createVector(rs, DataType.UNSIGNED_8, 4); in U8_4()
735 rs.mElement_YUV = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_YUV); in YUV()
891 case UNSIGNED_8: in createVector()
[all …]
DAllocation.java379 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) { in validateIsInt8()
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DElement.java139 UNSIGNED_8 (8, 1), enumConstant
325 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8); in U8()
438 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A); in A_8()
452 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB); in RGB_888()
473 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888()
522 rs.mElement_UCHAR_2 = createVector(rs, DataType.UNSIGNED_8, 2); in U8_2()
529 rs.mElement_UCHAR_3 = createVector(rs, DataType.UNSIGNED_8, 3); in U8_3()
536 rs.mElement_UCHAR_4 = createVector(rs, DataType.UNSIGNED_8, 4); in U8_4()
799 case UNSIGNED_8: in createVector()
844 if (!(dt == DataType.UNSIGNED_8 || in createPixel()
DElementThunker.java81 case UNSIGNED_8: in convertType()
82 return android.renderscript.Element.DataType.UNSIGNED_8; in convertType()
200 case UNSIGNED_8: in create()
DAllocation.java286 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) { in validateIsInt8()
/frameworks/rs/cpp/
DElement.cpp83 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/java/tests/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.java971 Element.DataType.UNSIGNED_8, in createPreviewAllocation()
/frameworks/base/api/
Dsystem-current.txt27779 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_8;
Dcurrent.txt26187 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_8;