Home
last modified time | relevance | path

Searched refs:USAGE_IO_INPUT (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DAllocation.java203 public static final int USAGE_IO_INPUT = 0x0020; field in Allocation
389 USAGE_IO_INPUT | in Allocation()
395 if ((usage & USAGE_IO_INPUT) != 0) { in Allocation()
398 if ((usage & ~(USAGE_IO_INPUT | in Allocation()
588 if ((mUsage & USAGE_IO_INPUT) == 0) { in ioReceive()
2861 if (mByteBuffer == null || (mUsage & USAGE_IO_INPUT) != 0) { in getByteBuffer()
2867 if ((mUsage & USAGE_IO_INPUT) != 0) { in getByteBuffer()
2896 if ((usage & USAGE_IO_INPUT) != 0) { in createAllocations()
2941 if ((usage & USAGE_IO_INPUT) != 0) { in createFromAllocation()
2955 if ((mUsage & USAGE_IO_INPUT) == 0) { in setupBufferQueue()
[all …]
/frameworks/rs/support/java/src/androidx/renderscript/
DAllocation.java172 public static final int USAGE_IO_INPUT = 0x0020; field in Allocation
354 USAGE_IO_INPUT | in Allocation()
360 if ((usage & USAGE_IO_INPUT) != 0) { in Allocation()
363 if ((usage & ~(USAGE_IO_INPUT | in Allocation()
549 if (mByteBuffer == null || (mUsage & USAGE_IO_INPUT) != 0) { in getByteBuffer()
582 if ((mUsage & USAGE_IO_INPUT) == 0) { in ioReceive()
2563 if(!rs.usingIO() && (usage & (USAGE_IO_INPUT | USAGE_IO_INPUT)) != 0) { in createTyped()
2942 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) { in createFromBitmapResource()
3026 if ((mUsage & (USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) { in destroy()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DUsageIO.java52 …mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Alloc… in createTest()
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DViewfinderProcessor.java50 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT); in ViewfinderProcessor()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DCamera2Source.java177 Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_INPUT); in onOpen()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java69 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT); in ViewfinderProcessor()
/frameworks/base/core/java/android/hardware/
DCamera.java1094 usage | Allocation.USAGE_IO_INPUT); in createPreviewAllocation()
1163 Allocation.USAGE_IO_INPUT) == 0) { in setPreviewCallbackAllocation()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25974 field public static final int USAGE_IO_INPUT = 32; // 0x20
/frameworks/base/non-updatable-api/
Dcurrent.txt39836 field public static final int USAGE_IO_INPUT = 32; // 0x20
/frameworks/base/api/
Dcurrent.txt39980 field public static final int USAGE_IO_INPUT = 32; // 0x20