/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 35 * Used to record audio and video. The recording control is based on a 49 * recorder.start(); // Recording is now started 58 * runtime errors during recording. Registration for such events is 70 * <p>For more information about how to use MediaRecorder for recording video, read the 72 * For more information about how to use MediaRecorder for recording sound, read the 120 * Sets a {@link android.hardware.Camera} to use for recording. 126 * @param c the Camera to use for recording 187 * An audio source defines both a default physical source of audio signal, and a recording 259 * While recording is active, these audio streams are redirected to the remote 345 * This flag must be used when recording from a [all...] |
/frameworks/base/core/java/android/hardware/hdmi/ |
HdmiTimerRecordSources.java | 32 * Container for timer record source used for timer recording. Timer source consists of two parts, 35 * Timer info contains all timing information used for recording. It consists of the following 42 * <li>[Recording Sequence] 45 * Record source containers all program information used for recording. 73 * @param timerInfo timer info used for timer recording 74 * @param source digital source used for timer recording 88 * @param timerInfo timer info used for timer recording 89 * @param source digital source used for timer recording 103 * @param timerInfo timer info used for timer recording 104 * @param source digital source used for timer recording [all...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
MediaEncoderFilter.java | 45 /** Recording state. When set to false, recording will stop, or will not 47 * When switched back to true, recording will restart. This allows a single 49 * recording settings can be updated while the graph is running. 51 @GenerateFieldPort(name = "recording", hasDefault = true) 70 * recording events. 77 * recording errors. 82 /** Media recording done callback, which needs to implement OnRecordingDoneListener. 83 * Set this to finalize media upon completion of media recording. 137 /** The maximum filesize (in bytes) of the recording session [all...] |
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
AudioRecordView.java | 63 /** The initial state, the user may press and hold to start recording */ 67 * start of recording session. Don't record yet since we don't want the beeping sound 68 * to get into the recording. */ 71 /** When the user is actively recording */ 74 /** When the user has finished recording, we need to record for some additional time. */ 78 // recorded audio by about half a second. To mitigate this issue, we continue the recording 83 * The minimum duration of any recording. Below this threshold, it will be treated as if the 134 // done so that: 1) the user taps on the record button to start recording 135 // 2) the entire panel owns the touch event so we'd keep recording even 163 // stop recording on pause [all...] |
/developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/ |
MainActivity.java | 65 * The capture button controls all user interaction. When recording, the button click 66 * stops recording, releases {@link android.media.MediaRecorder} and {@link android.hardware.Camera}. When not recording, 67 * it prepares the {@link android.media.MediaRecorder} and starts recording. 75 // stop recording and release camera 77 mMediaRecorder.stop(); // stop the recording 88 // inform the user that recording has stopped 145 // We need to make sure that our preview and recording video size are supported by the 154 // Use the same size for recording profile. 221 // now you can start recording [all...] |
/developers/samples/android/media/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/ |
MainActivity.java | 65 * The capture button controls all user interaction. When recording, the button click 66 * stops recording, releases {@link android.media.MediaRecorder} and {@link android.hardware.Camera}. When not recording, 67 * it prepares the {@link android.media.MediaRecorder} and starts recording. 75 // stop recording and release camera 77 mMediaRecorder.stop(); // stop the recording 88 // inform the user that recording has stopped 145 // We need to make sure that our preview and recording video size are supported by the 154 // Use the same size for recording profile. 221 // now you can start recording [all...] |
/development/samples/browseable/MediaRecorder/src/com.example.android.mediarecorder/ |
MainActivity.java | 65 * The capture button controls all user interaction. When recording, the button click 66 * stops recording, releases {@link android.media.MediaRecorder} and {@link android.hardware.Camera}. When not recording, 67 * it prepares the {@link android.media.MediaRecorder} and starts recording. 75 // stop recording and release camera 77 mMediaRecorder.stop(); // stop the recording 88 // inform the user that recording has stopped 145 // We need to make sure that our preview and recording video size are supported by the 154 // Use the same size for recording profile. 221 // now you can start recording [all...] |
/external/autotest/client/site_tests/video_WebRtcMediaRecorder/ |
loopback_mediarecorder.html | 93 // 'recording' and that a 'start' event is fired. 103 assertEquals('recording', recorder.state); 172 return waitFor('Make sure the recording has data', 178 assertTrue(emptyBlobs == 0, 'Recording has ' + emptyBlobs + 210 return waitFor('Making sure the recording has data', 216 assertTrue(emptyBlobs == 0, 'Recording has ' + emptyBlobs + 228 // 'recording' and a 'resume' event is fired. 243 assertEquals('recording', theRecorder.state); 294 return waitFor('Make sure the recording has data after resuming', 300 // There should be no empty blob while recording [all...] |
/cts/suite/audio_quality/lib/include/audio/ |
AudioRecordingLocal.h | 41 // unit recording samples 43 // unit recording sizes
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
android_screen_recorder_profiler.py | 19 """Captures a screen recording on Android.""" 44 print 'Screen recording saved as %s' % self._output_path
|
/external/libchrome/base/metrics/ |
histogram_flattener.h | 19 // handles the logistics of gathering up available histograms for recording. 20 // The implementors handle the exact lower level recording mechanism, or
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/ |
Recorder.java | 61 * Listeners for events which happens during the recording. 66 * Notifies recording completion. 68 * @param success {@code true} when the recording succeeded, {@code false} otherwise 77 * @param cacheManager the manager for recording samples to physical storage 80 * @param recordListener RecordListener to notify events during the recording 151 // Check if the storage has enough bandwidth for recording. Otherwise we disable it 161 * Prepares a recording. 186 * Releases all the resources which were used in the recording.
|
/external/autotest/site_utils/tester_feedback/ |
audio_query_delegate_impl.py | 158 """Prepare for audio recording (interface override).""" 160 self.test, self.dut, 'Audio recording') 161 # TODO(ralphnathan) Lift the restriction regarding recording time once 162 # the test allows recording for arbitrary periods of time (b/26924426). 164 'Device %(dut)s will start recording audio for 10 seconds. ' 172 """Emit sound for recording (interface override).""" 176 'Device %(dut)s is recording audio, hit Enter when done ' 185 """Validate recording (interface override). 215 msg = 'Recording finished on %%(dut)s. It %s.' % props_str 225 prompt='Did the recording capture the sound produced?' [all...] |
/external/freetype/include/internal/ |
pshints.h | 86 * @T1_Hints_FuncsRec structure. Recording glyph hints is normally 89 * - Open a new hint recording session by calling the `open' method. 96 * - Close the recording session by calling the `close' method. It 127 * hints recording session. 135 * close an opened recording session. 225 * recording session. 247 * A method of the @T1_Hints class used to close a hint recording 262 * recording session. 324 * The function to open a recording session. 327 * The function to close a recording session [all...] |
/external/pdfium/third_party/freetype/include/freetype/internal/ |
pshints.h | 86 * @T1_Hints_FuncsRec structure. Recording glyph hints is normally 89 * - Open a new hint recording session by calling the `open' method. 96 * - Close the recording session by calling the `close' method. It 127 * hints recording session. 135 * close an opened recording session. 225 * recording session. 247 * A method of the @T1_Hints class used to close a hint recording 262 * recording session. 324 * The function to open a recording session. 327 * The function to close a recording session [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
Camera2RecordingTest.java | 65 * CameraDevice video recording use case tests by using MediaRecorder and 125 Log.i(TAG, "Testing basic recording for camera " + mCameraIds[i]); 146 Log.v(TAG, String.format("Recording video: %d/%d", iteration + 1, 162 * Test basic camera recording. 165 * This test covers the typical basic use case of camera recording. 199 Log.i(TAG, "Testing constrained high speed recording for camera " + id); 205 Log.i(TAG, "Camera " + id + " doesn't support high speed recording, skipping."); 211 Log.v(TAG, String.format("Constrained high speed recording: %d/%d", 223 // Test recording for each FPS range 227 // Skip the test if the highest recording FPS supported by CamcorderProfil [all...] |
/external/autotest/server/brillo/feedback/ |
closed_loop_audio_client.py | 29 # Constants used when recording playback. 36 # Recording sample rate (48kHz). 38 # Recording sample format is signed 16-bit PCM (two bytes). 41 # The peak when recording silence is 5% of the max volume. 72 This class (and the queries it instantiates) perform playback and recording 206 """Waits for recording to finish and copies the file to the host. 210 @raise error.TestError: Error while validating the recording. 212 # Wait for recording to finish. 217 'Recording did not terminate within %d seconds' % timeout) 220 prefix='recording-', suffix='.wav', dir=self.local_tmp_dir [all...] |
/device/huawei/angler/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 65 QCAMERA_SM_EVT_START_RECORDING, // start recording 66 QCAMERA_SM_EVT_STOP_RECORDING, // stop recording 67 QCAMERA_SM_EVT_RECORDING_ENABLED, // query if recording is running 68 QCAMERA_SM_EVT_RELEASE_RECORIDNG_FRAME, // release recording frame 199 QCAMERA_SM_STATE_RECORDING, // recording (preview running) 200 QCAMERA_SM_STATE_VIDEO_PIC_TAKING, // taking live snapshot during recording (preview running) 201 QCAMERA_SM_STATE_PREVIEW_PIC_TAKING // taking ZSL/live snapshot (recording stopped but preview running)
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 65 QCAMERA_SM_EVT_START_RECORDING, // start recording 66 QCAMERA_SM_EVT_STOP_RECORDING, // stop recording 67 QCAMERA_SM_EVT_RECORDING_ENABLED, // query if recording is running 68 QCAMERA_SM_EVT_RELEASE_RECORIDNG_FRAME, // release recording frame 199 QCAMERA_SM_STATE_RECORDING, // recording (preview running) 200 QCAMERA_SM_STATE_VIDEO_PIC_TAKING, // taking live snapshot during recording (preview running) 201 QCAMERA_SM_STATE_PREVIEW_PIC_TAKING // taking ZSL/live snapshot (recording stopped but preview running)
|
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 65 QCAMERA_SM_EVT_START_RECORDING, // start recording 66 QCAMERA_SM_EVT_STOP_RECORDING, // stop recording 67 QCAMERA_SM_EVT_RECORDING_ENABLED, // query if recording is running 68 QCAMERA_SM_EVT_RELEASE_RECORIDNG_FRAME, // release recording frame 185 QCAMERA_SM_STATE_RECORDING, // recording (preview running) 186 QCAMERA_SM_STATE_VIDEO_PIC_TAKING, // taking live snapshot during recording (preview running) 187 QCAMERA_SM_STATE_PREVIEW_PIC_TAKING // taking ZSL/live snapshot (recording stopped but preview running)
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
EffectsRecorder.java | 149 throw new RuntimeException("setCamera cannot be called while recording!"); 162 throw new RuntimeException("setProfile cannot be called while recording!"); 174 throw new RuntimeException("setOutputFile cannot be called while recording!"); 188 throw new RuntimeException("setOutputFile cannot be called while recording!"); 200 * Sets the maximum filesize (in bytes) of the recording session. 208 throw new RuntimeException("setMaxFileSize cannot be called while recording!"); 218 * Sets the maximum recording duration (in ms) for the next recording session 224 throw new RuntimeException("setMaxDuration cannot be called while recording!"); 237 throw new RuntimeException("setCaptureRate cannot be called while recording!"); [all...] |
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/inc/ |
QualcommUsbCamera.h | 81 * release video recording frames sent out by the cameral HAL before and 83 * clients must not modify/access any video recording frame after calling 112 * buffers sent out via CAMERA_MSG_VIDEO_FRAME for a recording session. If 149 * responsibility to manage the life-cycle of the video recording frames, 150 * and the client must not modify/access any video recording frames. 155 * Stop a previously started recording. 160 * Returns true if recording is enabled. 167 * It is camera HAL client's responsibility to release video recording 171 * responsibility to manage the life-cycle of the video recording frames.
|
/external/chromium-trace/catapult/devil/devil/android/ |
logcat_monitor.py | 80 LogcatMonitorCommandError when calling |WaitFor| while not recording 85 'Must be recording logcat when calling |WaitFor|', 124 LogcatMonitorCommandError when calling |FindAll| before recording logcat. 134 'Must have recorded or be recording a logcat to call |FindAll|', 156 """Starts recording logcat to file. 178 """Finish recording logcat.""" 199 Stops recording the logcat. Copies currently recorded logcat to 213 """Closes logcat recording file. 232 """Closes logcat recording file in case |Close| was never called."""
|
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraStateMachine.h | 71 QCAMERA_SM_EVT_PRE_START_RECORDING, // pre start recording, to prepare for recording 72 QCAMERA_SM_EVT_START_RECORDING, // start recording 73 QCAMERA_SM_EVT_STOP_RECORDING, // stop recording 74 QCAMERA_SM_EVT_RECORDING_ENABLED, // query if recording is running 75 QCAMERA_SM_EVT_RELEASE_RECORIDNG_FRAME, // release recording frame 213 QCAMERA_SM_STATE_RECORDING, // recording (preview running) 214 QCAMERA_SM_STATE_VIDEO_PIC_TAKING, // taking live snapshot during recording (preview running) 215 QCAMERA_SM_STATE_PREVIEW_PIC_TAKING // taking ZSL/live snapshot (recording stopped but preview running)
|
/hardware/qcom/camera/usbcamcore/inc/ |
QualcommUsbCamera.h | 81 * release video recording frames sent out by the cameral HAL before and 83 * clients must not modify/access any video recording frame after calling 112 * buffers sent out via CAMERA_MSG_VIDEO_FRAME for a recording session. If 149 * responsibility to manage the life-cycle of the video recording frames, 150 * and the client must not modify/access any video recording frames. 155 * Stop a previously started recording. 160 * Returns true if recording is enabled. 167 * It is camera HAL client's responsibility to release video recording 171 * responsibility to manage the life-cycle of the video recording frames.
|