Home
last modified time | relevance | path

Searched refs:mInputAllocation (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DViewfinderProcessor.java36 private Allocation mInputAllocation; field in ViewfinderProcessor
49 mInputAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(), in ViewfinderProcessor()
63 mProcessingTask = new ProcessingTask(mInputAllocation); in ViewfinderProcessor()
67 return mInputAllocation.getSurface(); in getInputSurface()
84 private Allocation mInputAllocation; field in ViewfinderProcessor.ProcessingTask
87 mInputAllocation = input; in ProcessingTask()
88 mInputAllocation.setOnBufferAvailableListener(this); in ProcessingTask()
113 mInputAllocation.ioReceive(); in run()
116 mScriptFocusPeak.set_gCurrentFrame(mInputAllocation); in run()
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java48 private Allocation mInputAllocation; field in ViewfinderProcessor
68 mInputAllocation = Allocation.createTyped(rs, yuvTypeBuilder.create(), in ViewfinderProcessor()
89 mProcessingTask = new ProcessingTask(mInputAllocation); in ViewfinderProcessor()
112 return mInputAllocation.getSurface(); in getInputSurface()
144 private Allocation mInputAllocation; field in ViewfinderProcessor.ProcessingTask
147 mInputAllocation = input; in ProcessingTask()
148 mInputAllocation.setOnBufferAvailableListener(this); in ProcessingTask()
174 if (mInputAllocation == null) return; in run()
177 mInputAllocation.ioReceive(); in run()
180 mScriptCanny.set_gCurrentFrame(mInputAllocation); in run()
[all …]