Home
last modified time | relevance | path

Searched refs:previewSurface (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2ReprocessCaptureTest.java875 private void setupReprocessableSession(Surface previewSurface, int numImageWriterImages) in setupReprocessableSession() argument
883 if (previewSurface != null) { in setupReprocessableSession()
884 outSurfaces.add(previewSurface); in setupReprocessableSession()
1018 private void startPreview(Surface previewSurface) throws Exception { in startPreview() argument
1020 builder.addTarget(previewSurface); in startPreview()
/frameworks/base/core/java/android/hardware/
DCamera.java1031 Surface previewSurface = null; in setPreviewCallbackAllocation() local
1056 previewSurface = previewAllocation.getSurface(); in setPreviewCallbackAllocation()
1061 setPreviewCallbackSurface(previewSurface); in setPreviewCallbackAllocation()