Searched refs:mOutputSurfaces (Results 1 – 1 of 1) sorted by relevance
81 List<Surface> mOutputSurfaces = new ArrayList<Surface>(2); field in CameraOps436 mRecordingStream.onConfiguringOutputs(mOutputSurfaces, /* detach */false); in startRecording()440 mOutputSurfaces.add(mPreviewSurface); in startRecording()444 configureOutputs(mOutputSurfaces); in startRecording()466 mRecordingStream.onConfiguringOutputs(mOutputSurfaces, /* detach */true); in stopRecording()470 configureOutputs(mOutputSurfaces); in stopRecording()