/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | Element.java | 139 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()
|
D | Allocation.java | 428 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) { in validateIsInt8()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Element.java | 129 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 …]
|
D | Allocation.java | 465 (mType.mElement.mType == Element.DataType.UNSIGNED_8)) { in validateIsInt8()
|
/frameworks/rs/cpp/ |
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);
|
/frameworks/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/ |
D | RsYuv.java | 86 …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/ |
D | Camera2Source.java | 167 Element ele = Element.createPixel(mRS, Element.DataType.UNSIGNED_8, in onOpen()
|
/frameworks/base/core/java/android/hardware/ |
D | Camera.java | 1068 Element.DataType.UNSIGNED_8, in createPreviewAllocation()
|
/frameworks/support/api/ |
D | 23.0.0.txt | 10179 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
|
D | 23.1.1.txt | 10567 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
|
D | 23.2.1.txt | 11098 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
|
D | 23.2.0.txt | 11096 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
|
D | 23.4.0.txt | 11114 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
|
D | 23.1.0.txt | 10598 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
|
D | 24.0.0.txt | 11914 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
|
D | 24.1.0.txt | 11924 enum_constant public static final android.support.v8.renderscript.Element.DataType UNSIGNED_8;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26185 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_8;
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 38324 Landroid/renderscript/Element$DataType;->UNSIGNED_8:Landroid/renderscript/Element$DataType;
|
/frameworks/base/api/ |
D | current.txt | 37618 enum_constant public static final android.renderscript.Element.DataType UNSIGNED_8;
|