Home
last modified time | relevance | path

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

/frameworks/av/camera/tests/
DCameraZSLTests.cpp168 sp<Surface> previewSurface; in TEST_F() local
264 previewSurface = surfaceControl->getSurface(); in TEST_F()
265 ASSERT_TRUE(previewSurface != NULL); in TEST_F()
267 previewSurface->getIGraphicBufferProducer())); in TEST_F()
/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.java1147 Surface previewSurface = null; in setPreviewCallbackAllocation() local
1172 previewSurface = previewAllocation.getSurface(); in setPreviewCallbackAllocation()
1177 setPreviewCallbackSurface(previewSurface); in setPreviewCallbackAllocation()