Searched refs:previewSurface (Results 1 – 3 of 3) sorted by relevance
168 sp<Surface> previewSurface; in TEST_F() local264 previewSurface = surfaceControl->getSurface(); in TEST_F()265 ASSERT_TRUE(previewSurface != NULL); in TEST_F()267 previewSurface->getIGraphicBufferProducer())); in TEST_F()
875 private void setupReprocessableSession(Surface previewSurface, int numImageWriterImages) in setupReprocessableSession() argument883 if (previewSurface != null) { in setupReprocessableSession()884 outSurfaces.add(previewSurface); in setupReprocessableSession()1018 private void startPreview(Surface previewSurface) throws Exception { in startPreview() argument1020 builder.addTarget(previewSurface); in startPreview()
1147 Surface previewSurface = null; in setPreviewCallbackAllocation() local1172 previewSurface = previewAllocation.getSurface(); in setPreviewCallbackAllocation()1177 setPreviewCallbackSurface(previewSurface); in setPreviewCallbackAllocation()