Home
last modified time | relevance | path

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

/camera/camera-core/src/main/java/androidx/camera/core/processing/
DDefaultSurfaceProcessor.java228 Triple<Surface, Size, float[]> jpegOutput = null; in onFrameAvailable() local
268 private void takeSnapshotAndDrawJpeg(@Nullable Triple<Surface, Size, float[]> jpegOutput) { in takeSnapshotAndDrawJpeg()