Searched refs:mOutputSurfaces (Results 1 – 1 of 1) sorted by relevance
85 List<Surface> mOutputSurfaces = new ArrayList<Surface>(2); field in CameraOps512 mRecordingStream.onConfiguringOutputs(mOutputSurfaces, /* detach */false); in startRecording()516 mOutputSurfaces.add(mPreviewSurface); in startRecording()520 configureOutputs(mOutputSurfaces); in startRecording()542 mRecordingStream.onConfiguringOutputs(mOutputSurfaces, /* detach */true); in stopRecording()546 configureOutputs(mOutputSurfaces); in stopRecording()