Home
last modified time | relevance | path

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

/aosp12/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java207 public static final int USAGE_IO_INPUT = 0x0020; field in Allocation
393 USAGE_IO_INPUT | in Allocation()
399 if ((usage & USAGE_IO_INPUT) != 0) { in Allocation()
402 if ((usage & ~(USAGE_IO_INPUT | in Allocation()
592 if ((mUsage & USAGE_IO_INPUT) == 0) { in ioReceive()
2871 if ((mUsage & USAGE_IO_INPUT) != 0) { in getByteBuffer()
2900 if ((usage & USAGE_IO_INPUT) != 0) { in createAllocations()
2945 if ((usage & USAGE_IO_INPUT) != 0) { in createFromAllocation()
2959 if ((mUsage & USAGE_IO_INPUT) == 0) { in setupBufferQueue()
2972 if ((mUsage & USAGE_IO_INPUT) == 0) { in shareBufferQueue()
[all …]
/aosp12/frameworks/rs/support/java/src/androidx/renderscript/
H A DAllocation.java177 public static final int USAGE_IO_INPUT = 0x0020; field in Allocation
359 USAGE_IO_INPUT | in Allocation()
365 if ((usage & USAGE_IO_INPUT) != 0) { in Allocation()
368 if ((usage & ~(USAGE_IO_INPUT | in Allocation()
554 if (mByteBuffer == null || (mUsage & USAGE_IO_INPUT) != 0) { in getByteBuffer()
587 if ((mUsage & USAGE_IO_INPUT) == 0) { in ioReceive()
2568 if(!rs.usingIO() && (usage & (USAGE_IO_INPUT | USAGE_IO_INPUT)) != 0) { in createTyped()
2947 if ((usage & (USAGE_SHARED | USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) { in createFromBitmapResource()
3031 if ((mUsage & (USAGE_IO_INPUT | USAGE_IO_OUTPUT)) != 0) { in destroy()
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DUsageIO.java52 …mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Alloc… in createTest()
/aosp12/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DViewfinderProcessor.java50 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT); in ViewfinderProcessor()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java177 Allocation.USAGE_SCRIPT | Allocation.USAGE_IO_INPUT); in onOpen()
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DViewfinderProcessor.java69 Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT); in ViewfinderProcessor()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal141 * USAGE_IO_INPUT.
154 * for Allocations with USAGE_IO_INPUT.
175 * USAGE_IO_INPUT Allocations.
525 * valid if USAGE_IO_INPUT is set on the Allocation, otherwise an error
/aosp12/frameworks/base/core/java/android/hardware/
H A DCamera.java1032 usage | Allocation.USAGE_IO_INPUT); in createPreviewAllocation()
1101 Allocation.USAGE_IO_INPUT) == 0) { in setPreviewCallbackAllocation()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt36170 field @Deprecated public static final int USAGE_IO_INPUT = 32; // 0x20
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt25974 field public static final int USAGE_IO_INPUT = 32; // 0x20