/external/chromium_org/base/ |
event_recorder_win.cc | 50 // Open the recording file. 61 // Set the recording hook. JOURNALRECORD can only be used as a global hook. 101 // Open the recording file. 173 // Check for the break key being pressed and stop recording. 179 // The Journal Recorder must stop recording events when system modal
|
/external/chromium_org/media/audio/android/ |
opensles_input.cc | 107 // Start the recording by setting the state to SL_RECORDSTATE_RECORDING. 128 // Stop recording by setting the record state to SL_RECORDSTATE_STOPPED. 132 // Clear the buffer queue to get rid of old data when resuming recording. 144 // Stop the stream if it is still recording. 314 // Done with this buffer. Send it to device for recording.
|
/external/chromium_org/third_party/skia/include/utils/ |
SkDeferredCanvas.h | 113 * of recording draw commands to this canvas. The default limit, is 121 * recording draw commands. 126 * Attempt to reduce the storage allocated for recording by evicting 220 * Called after a recording a draw command if additional memory 221 * had to be allocated for recording.
|
/external/skia/include/utils/ |
SkDeferredCanvas.h | 108 * of recording draw commands to this canvas. The default limit, is 116 * recording draw commands. 121 * Attempt to reduce the storage allocated for recording by evicting 209 * Called after a recording a draw command if additional memory 210 * had to be allocated for recording.
|
/frameworks/base/media/java/android/media/ |
MediaActionSound.java | 28 * camera2 API does not play any sounds on its own for any capture or video recording actions.</p> 31 * camera operation sound when implementing a custom still or video recording mechanism (through the 78 * indicate the start of video recording. 86 * indicate the end of video recording. 145 * match the default device sounds when recording or capturing data through the preview
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
MediaRecorderStateUnitTestTemplate.java | 39 public static final String RECORD_OUTPUT_PATH = "/sdcard/recording.3gp"; 97 // do the recording configuration again. 236 case RECORDING: 271 case RECORDING: 301 callMediaRecorderMethodUnderTestInState(MediaRecorderStateErrors.MediaRecorderState.RECORDING);
|
/external/chromium_org/chrome/browser/media/ |
chrome_webrtc_audio_quality_browsertest.cc | 66 // 4. In pavucontrol, go to the recording tab. 71 // Verify the recording with aplay (should have recorded what you played 89 // a recording of the video (note; if you play back on the target machine 94 // 2. In the recording tab, right-click in an empty space in the pane with the 99 // checkbox. Ensure the mix device is the default recording device. 104 // the recording. 146 // Starts the recording program for the specified duration. Returns true 151 << "Tried to record, but is already recording."; 217 // Joins the recording program. Returns true on success. 432 base::FilePath recording = CreateTemporaryWaveFile() local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
hangoutpubsubclient_unittest.cc | 300 " <item id='recording:recording-nick'>" 301 " <recording nick='recording-nick' xmlns='google:muc#media'/>" 320 EXPECT_EQ("recording-nick", listener->last_recording_nick); 366 " <retract id='recording:recording-nick'/>" 381 EXPECT_EQ("recording-nick", listener->last_recording_nick); 420 " <item id='recording:recording-nick2'> [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
fakeaudiocapturemodule.cc | 199 // No recording device, just dropping audio. Return success. 293 bool FakeAudioCaptureModule::Recording() const { 458 // No recording device, just dropping audio. Stereo can be dropped just 465 // No recording device, just dropping audio. Stereo can be dropped just 477 // Keep thing simple. No stereo recording. 506 // Stereo recording not supported. However, WebRTC ADM returns kChannelBoth 681 bool recording; local 685 recording = recording_; 692 if (recording) {
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
SoundRecorder.java | 55 * Calculates remaining recording time based on available disk space and 56 * optionally a maximum recording file size. 72 // State for tracking file size of recording. 117 * Returns how long (in seconds) we can continue recording. 147 // If we have a recording file set, we calculate a second estimate 177 * Is there any point of trying to start recording? 216 // not a dialog. This happens when a recording 354 * Make sure we're not recording music playing in the background, ask 669 * Called when we're in recording state. Find out how much longer we can 670 * go on recording. If it's under 5 minutes, we display a count-down in [all...] |
/frameworks/av/camera/ |
Camera.cpp | 156 // start recording mode, must call setPreviewTarget first 174 // stop recording mode 187 // release a recording frame 205 // get recording state 318 // If recording proxy listener is registered, forward the frame and return. 340 ALOGW("No listener was set. Drop a recording frame.");
|
/external/chromium_org/third_party/webrtc/modules/audio_device/test/ |
func_test_manager.cc | [all...] |
/external/chromium_org/third_party/webrtc/voice_engine/ |
transmit_mixer.cc | 696 "StartRecordingMicrophone() is already recording"); 752 "StartRecordingAudioFile() failed to start file recording"); 775 "StartRecordingMicrophone() is already recording"); 828 "StartRecordingAudioFile() failed to start file recording"); 852 "StopRecordingMicrophone() isnot recording"); 860 "StopRecording(), could not stop recording"); 880 "StartRecordingCall() is already recording"); 937 "StartRecordingAudioFile() failed to start file recording"); 958 "StartRecordingCall() is already recording"); [all...] |
transmit_mixer.h | 64 // Used by the Chrome to pass the recording data to the specific VoE 69 // Used by the Chrome to pass the recording data to the specific VoE
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
StreamConfigurationMap.java | 82 * camera device does not support high speed video recording 232 * Recommended for recording video (simple to use) 234 * Recommended for recording video (more complicated to use, with more flexibility) 413 * Get a list of supported high speed video recording sizes. 421 * <p> To enable high speed video recording, application must set 426 * {@link #getHighSpeedVideoFpsRangesFor} to configure the recording and preview streams and 427 * setup the recording requests. For example, if the application intends to do high speed 428 * recording, it can select the maximum size reported by this method to configure output 432 * {@link #getHighSpeedVideoFpsRangesFor}, and use these FPS ranges to setup the recording 436 * an array of supported high speed video recording size [all...] |
/frameworks/av/services/camera/libcameraservice/api1/ |
Camera2Client.cpp | 331 result.appendFormat(" Recording hint is %s\n", 346 result.appendFormat(" Recording stream ID: %d\n", 509 ALOGD("Not allowed to unlock camera during recording."); 786 // Can't have recording stream hanging around when enabling callbacks, 789 ALOGV("%s: Camera %d: Clearing out recording stream before " 794 "recording stream", __FUNCTION__, mCameraId); 799 ALOGE("%s: Camera %d: Unable to delete recording stream before " [all...] |
/external/chromium_org/chrome/browser/metrics/ |
metrics_service_browsertest.cc | 5 // Tests the MetricsService stat recording to make sure that the numbers are 33 // Enable the metrics service for testing (in recording-only mode).
|
/external/chromium_org/chrome/browser/resources/ |
gcm_internals.html | 18 <button id="recording">Start Recording</button>
|
/external/chromium_org/content/browser/speech/ |
speech_recognizer_impl_unittest.cc | 229 // Start recording, give some data and then stop. This should wait for the 240 // full recording to complete. 278 // Start recording, give some data and then cancel. 297 // Start recording, give some data and then stop. Issue the network callback 334 // Start recording, give some data and then stop. Issue the network callback 407 // Start recording and give a lot of packets with audio samples set to zero. 430 // Start recording and give a lot of packets with audio samples set to zero 466 // Start recording and give a lot of packets with audio samples set to zero
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
DisplayList.h | 60 // recording (i.e., between a GraphicsContext beginRecording/endRecording pair) 61 // and if no recording has ever been completed. Otherwise it will return
|
/external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/jni/ |
opensl_runner.cc | 58 // There are large enough buffers to compensate for recording and playing 59 // jitter such that the timing of stopping playing or recording should not
|
/external/chromium_org/third_party/webrtc/tools/loopback_test/ |
record-test.sh | 17 # (recording 3 tests with 5mins and bitrates 1mbps, 2mbps and 3mbps) 51 echo "Recording $INTERFACE into ${OUTPUT_RECORDING}"
|
/external/srec/audio/test/AudioHardwareRecordLoop/src/ |
AudioHardwareRecordLoop.c | 89 printf("Recording: %3d of %3d\n", iFile, N_RECORDINGS); 134 printf("Recording: saved '%s'\n", szFilename);
|
/external/srec/doc/logs/uapi/ |
run_robustness2.log | 23 Recording from microphone... 49 Recording from microphone... 75 Recording from microphone... 101 Recording from microphone... 127 Recording from microphone... 153 Recording from microphone... 179 Recording from microphone... 205 Recording from microphone... 231 Recording from microphone... 257 Recording from microphone.. [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
OneTouchRecordAction.java | 40 // State that describes recording in progress. 101 // If recording started successfully, change state and keep this action until <Record Off>
|