Home | History | Annotate | Download | only in camera

Lines Matching refs:recording

132      * An unpublished intent flag requesting to start recording straight away
133 * and return as soon as recording is stopped.
159 // recording is stopped in capture intent.
204 // (or is recording into.)
255 // The orientation compenstaion when we start recording.
442 // want to allow recording before that happens. The shutter button
564 // Do not rotate the icons during recording because the video
565 // orientation is fixed after recording.
670 // mode and recording is stopped. It'll be re-enabled when
771 // Read time lapse recording interval.
1085 // video recording. We don't want to start the camera again
1344 // effectsrecorder object does not get created again for each recording
1531 * Make sure we're not recording music playing in the background, ask the
1584 mMediaRecorder.start(); // Recording is now started
1604 private void showRecordingUI(boolean recording) {
1605 if (recording) {
1725 // The orientation was fixed during video recording. Now make it
1726 // reflect the device orientation as video recording is stopped.
2055 throw new RuntimeException("Error during recording!", exception);