| java.lang.Object | |||||
| ↳ | android.support.v8.renderscript.BaseObj | ||||
| ↳ | android.support.v8.renderscript.Script | ||||
| ↳ | android.support.v8.renderscript.ScriptIntrinsic | ||||
| ↳ | android.support.v8.renderscript.ScriptIntrinsicYuvToRGB | ||||
| ↳ | android.support.v8.renderscript.ScriptIntrinsicYuvToRGBThunker | ||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
|
|
Convert the image to RGB.
|
||||||||||
|
|
Get a FieldID for the input field of this intrinsic.
|
||||||||||
|
|
Get a KernelID for this intrinsic kernel.
|
||||||||||
|
|
Set the input yuv allocation, must be
U8(RenderScript)
.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.support.v8.renderscript.ScriptIntrinsicYuvToRGB
|
|||||||||||
From class
android.support.v8.renderscript.Script
|
|||||||||||
From class
android.support.v8.renderscript.BaseObj
|
|||||||||||
From class
java.lang.Object
|
|||||||||||
Convert the image to RGB.
| aout | Output allocation. Must match creation element type. |
|---|
Get a FieldID for the input field of this intrinsic.
Get a KernelID for this intrinsic kernel.
Set the input yuv allocation, must be
U8(RenderScript)
.
| ain | The input allocation. |
|---|