Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DElement.java144 UNSIGNED_8 (8, 1), enumConstant
338 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8); in U8()
451 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A); in A_8()
465 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB); in RGB_888()
486 rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888()
535 rs.mElement_UCHAR_2 = createVector(rs, DataType.UNSIGNED_8, 2); in U8_2()
542 rs.mElement_UCHAR_3 = createVector(rs, DataType.UNSIGNED_8, 3); in U8_3()
549 rs.mElement_UCHAR_4 = createVector(rs, DataType.UNSIGNED_8, 4); in U8_4()
811 case UNSIGNED_8: in createVector()
851 if (!(dt == DataType.UNSIGNED_8 || in createPixel()
H A DAllocation.java433 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) { in validateIsInt8()
/aosp12/frameworks/base/rs/java/android/renderscript/
H A DElement.java136 UNSIGNED_8 (8, 1), enumConstant
342 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8); in U8()
591 rs.mElement_A_8 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_A); in A_8()
613 rs.mElement_RGB_888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGB); in RGB_888()
646 … rs.mElement_RGBA_8888 = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_RGBA); in RGBA_8888()
756 rs.mElement_UCHAR_2 = createVector(rs, DataType.UNSIGNED_8, 2); in U8_2()
767 rs.mElement_UCHAR_3 = createVector(rs, DataType.UNSIGNED_8, 3); in U8_3()
778 rs.mElement_UCHAR_4 = createVector(rs, DataType.UNSIGNED_8, 4); in U8_4()
1020 rs.mElement_YUV = createPixel(rs, DataType.UNSIGNED_8, DataKind.PIXEL_YUV); in YUV()
1192 case UNSIGNED_8: in createVector()
[all …]
H A DAllocation.java469 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) { in validateIsInt8()
/aosp12/frameworks/rs/cpp/
H A 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);
/aosp12/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsScriptTests.cpp27 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1); in TEST_P()
201 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1); in TEST_P()
344 Element element1 = context->elementCreate(DataType::UNSIGNED_8, in TEST_P()
361 Element element2 = context->elementCreate(DataType::UNSIGNED_8, DataKind::PIXEL_RGBA, true, 4); in TEST_P()
432 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1); in TEST_P()
509 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1); in TEST_P()
H A DVtsMiscellaneousTests.cpp150 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 4); in TEST_P()
203 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 4); in TEST_P()
306 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1); in TEST_P()
H A DVtsCopyTests.cpp344 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1); in TEST_P()
429 Element element1 = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1); in TEST_P()
/aosp12/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java86 …tb = new Type.Builder(mRS, Element.createPixel(mRS, Element.DataType.UNSIGNED_8, Element.DataKind.… in reset()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java167 Element ele = Element.createPixel(mRS, Element.DataType.UNSIGNED_8, in onOpen()
/aosp12/hardware/interfaces/renderscript/1.0/
H A Dtypes.hal104 UNSIGNED_8,
/aosp12/frameworks/base/core/java/android/hardware/
H A DCamera.java1023 Element.DataType.UNSIGNED_8, in createPreviewAllocation()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt36383 enum_constant @Deprecated public static final android.renderscript.Element.DataType UNSIGNED_8;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt26185 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_8;