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

/development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
H A DViewfinderProcessor.java44 public ProcessingTask mHdrTask;
45 public ProcessingTask mNormalTask;
83 mHdrTask = new ProcessingTask(mInputHdrAllocation, dimensions.getWidth()/2, true);
84 mNormalTask = new ProcessingTask(mInputNormalAllocation, 0, false);
109 class ProcessingTask implements Runnable, Allocation.OnBufferAvailableListener { class in class:ViewfinderProcessor
117 public ProcessingTask(Allocation input, int cutPointX, boolean checkMerge) { method in class:ViewfinderProcessor.ProcessingTask

Completed in 20 milliseconds