Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DViewfinderProcessor.java41 public ProcessingTask mProcessingTask;
63 mProcessingTask = new ProcessingTask(mInputAllocation); in ViewfinderProcessor()
81 class ProcessingTask implements Runnable, Allocation.OnBufferAvailableListener { class in ViewfinderProcessor
86 public ProcessingTask(Allocation input) { in ProcessingTask() method in ViewfinderProcessor.ProcessingTask
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DViewfinderProcessor.java55 public ProcessingTask mProcessingTask;
89 mProcessingTask = new ProcessingTask(mInputAllocation); in ViewfinderProcessor()
141 class ProcessingTask implements Runnable, Allocation.OnBufferAvailableListener { class in ViewfinderProcessor
146 public ProcessingTask(Allocation input) { in ProcessingTask() method in ViewfinderProcessor.ProcessingTask