Home
last modified time | relevance | path

Searched defs:ProcessingTask (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DViewfinderProcessor.java81 class ProcessingTask implements Runnable, Allocation.OnBufferAvailableListener { class in ViewfinderProcessor
86 public ProcessingTask(Allocation input) { in ProcessingTask() method in ViewfinderProcessor.ProcessingTask
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/
H A DProcessingTask.java28 public interface ProcessingTask { interface
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DViewfinderProcessor.java141 class ProcessingTask implements Runnable, Allocation.OnBufferAvailableListener { class in ViewfinderProcessor
146 public ProcessingTask(Allocation input) { in ProcessingTask() method in ViewfinderProcessor.ProcessingTask
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DProcessingTask.java23 public abstract class ProcessingTask { class