Home
last modified time | relevance | path

Searched refs:SLOW (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskChainedCompressImageToJpeg.java42 super(image, executor, imageTaskManager, ProcessingPriority.SLOW, captureSession); in TaskChainedCompressImageToJpeg()
84 TaskImageContainer chainedTask = new TaskJpegEncode(this, ProcessingPriority.SLOW) { in run()
DTaskImageContainer.java139 FAST, AVERAGE, SLOW enumConstant
DTaskCompressImageToJpeg.java78 super(image, executor, imageTaskManager, ProcessingPriority.SLOW, captureSession); in TaskCompressImageToJpeg()
DImageBackend.java683 case SLOW: in scheduleTasks()