Searched refs:ProcessingTask (Results 1 – 1 of 1) sorted by relevance
44 public ProcessingTask mHdrTask;45 public ProcessingTask mNormalTask;83 mHdrTask = new ProcessingTask(mInputHdrAllocation, dimensions.getWidth()/2, true); in ViewfinderProcessor()84 mNormalTask = new ProcessingTask(mInputNormalAllocation, 0, false); in ViewfinderProcessor()109 class ProcessingTask implements Runnable, Allocation.OnBufferAvailableListener { class in ViewfinderProcessor117 public ProcessingTask(Allocation input, int cutPointX, boolean checkMerge) { in ProcessingTask() method in ViewfinderProcessor.ProcessingTask