Searched refs:mOutputSurfaces (Results 1 – 3 of 3) sorted by relevance
42 private final List<Surface> mOutputSurfaces; field in PreviewStarter56 mOutputSurfaces = outputSurfaces; in PreviewStarter()77 surfaceList.addAll(mOutputSurfaces); in startPreview()79 surfaceList.addAll(mOutputSurfaces); in startPreview()
2424 newRequest->mOutputSurfaces[streams.data.i32[i]] = surfaces; in createCaptureRequest()5077 captureRequest->mOutputSurfaces[streamId], in prepareHalRequests()5108 captureRequest->mOutputSurfaces[streamId]); in prepareHalRequests()5251 for (const auto& s : nextRequest.captureRequest->mOutputSurfaces) { in isOutputSurfacePending()5262 for (const auto& s : request->mOutputSurfaces) { in isOutputSurfacePending()5273 for (const auto& s : request->mOutputSurfaces) { in isOutputSurfacePending()
568 SurfaceMap mOutputSurfaces; variable