/aosp12/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Element.java | 144 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 D | Allocation.java | 433 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) { in validateIsInt8()
|
/aosp12/frameworks/base/rs/java/android/renderscript/ |
H A D | Element.java | 136 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 D | Allocation.java | 469 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) { in validateIsInt8()
|
/aosp12/frameworks/rs/cpp/ |
H A D | Element.cpp | 82 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 D | VtsScriptTests.cpp | 27 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 D | VtsMiscellaneousTests.cpp | 150 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 D | VtsCopyTests.cpp | 344 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 D | RsYuv.java | 86 …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 D | Camera2Source.java | 167 Element ele = Element.createPixel(mRS, Element.DataType.UNSIGNED_8, in onOpen()
|
/aosp12/hardware/interfaces/renderscript/1.0/ |
H A D | types.hal | 104 UNSIGNED_8,
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | Camera.java | 1023 Element.DataType.UNSIGNED_8, in createPreviewAllocation()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 36383 enum_constant @Deprecated public static final android.renderscript.Element.DataType UNSIGNED_8;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 26185 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_8;
|