Home | History | Annotate | Download | only in v1

Lines Matching refs:SURFACE

31 import android.view.Surface;
59 private Surface mRecordingSurface;
137 * Add the stream output surface to the target output surface list.
139 * @param outputSurfaces The output surface list where the stream can
140 * add/remove its output surface.
141 * @param detach Detach the recording surface from the outputSurfaces.
143 public synchronized void onConfiguringOutputs(List<Surface> outputSurfaces,
146 // Can detach the surface in CONFIGURED and RECORDING state
150 Log.w(TAG, "Can not detach surface when recording stream is in IDLE state");
153 // Can add surface only in CONFIGURED state.
157 Log.w(TAG, "Can only add surface when recording stream is in CONFIGURED state");
167 * @param detach Detach the recording surface from the capture request.
172 // Can detach the surface in CONFIGURED and RECORDING state
176 Log.w(TAG, "Can not detach surface when recording stream is in IDLE state");
179 // Can add surface only in CONFIGURED state.
183 Log.w(TAG, "Can only add surface when recording stream is in CONFIGURED state");
399 * Configures encoder and muxer state, and prepares the input Surface.
459 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.SURFACE);
470 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.SURFACE);