Searched refs:USAGE_IO_INPUT (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DUsageIO.java52 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java106 public static final int USAGE_IO_INPUT = 0x0020; field in class:Allocation
225 USAGE_IO_INPUT |
231 if ((usage & USAGE_IO_INPUT) != 0) {
234 if ((usage & ~(USAGE_IO_INPUT |
366 * is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.
370 if ((mUsage & USAGE_IO_INPUT) == 0) {
1586 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) {
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java189 public static final int USAGE_IO_INPUT = 0x0020; field in class:Allocation
311 USAGE_IO_INPUT |
317 if ((usage & USAGE_IO_INPUT) != 0) {
320 if ((usage & ~(USAGE_IO_INPUT |
490 * is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.
495 if ((mUsage & USAGE_IO_INPUT) == 0) {
1553 * #USAGE_IO_INPUT}.
1559 if ((mUsage & USAGE_IO_INPUT) == 0) {
1789 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) {
1854 * {@link #USAGE_IO_INPUT}
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java177 Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_INPUT);
/frameworks/base/core/java/android/hardware/
H A DCamera.java955 * flag {@link android.renderscript.Allocation#USAGE_IO_INPUT} will always
980 usage | Allocation.USAGE_IO_INPUT);
1049 Allocation.USAGE_IO_INPUT) == 0) {
1051 "Allocation usage does not include USAGE_IO_INPUT");

Completed in 1036 milliseconds