Home | History | Annotate | Download | only in testingcamera2

Lines Matching defs:stop

199      * Stop recording stream. Calling stop on an already stopped stream has no
200 * effect. Producer(in this case, CameraDevice) should stop before this call
211 public synchronized void stop() {
220 // Wait until recording thread stop
224 throw new RuntimeException("Stop recording failed", e);
231 // TODO: implement MediaRecorder mode recording stop.
232 Log.w(TAG, "MediaRecorder mode recording stop is not implemented yet");
287 mEncoder.stop();
302 mMuxer.stop();