HomeSort by relevance Sort by last modified time
    Searched full:recording (Results 126 - 150 of 1492) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES_AndroidConfiguration.h 28 /** Audio recording preset */
29 /** Audio recording preset key */
31 /** Audio recording preset values */
35 /** generic recording configuration on the platform */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES_AndroidConfiguration.h 28 /** Audio recording preset */
29 /** Audio recording preset key */
31 /** Audio recording preset values */
35 /** generic recording configuration on the platform */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES_AndroidConfiguration.h 28 /** Audio recording preset */
29 /** Audio recording preset key */
31 /** Audio recording preset values */
35 /** generic recording configuration on the platform */
  /external/chromium_org/base/metrics/
histogram_snapshot_manager.h 20 // histograms for recording either to disk or for transmission (such as from
56 // |histogram_flattener_| handles the logistics of recording the histogram
  /external/chromium_org/components/tracing/
tracing_messages.h 18 // Sent to all child processes to enable trace event recording.
24 // Sent to all child processes to disable trace event recording.
  /external/chromium_org/media/base/
audio_capturer_source.h 49 // Starts the audio recording.
52 // Stops the audio recording. This API is synchronous, and no more data
  /external/chromium_org/net/quic/
quic_sustained_bandwidth_recorder.h 65 // one recording period (3 * rtt).
84 // Timestamp marking the beginning of the latest recording period.
  /external/chromium_org/third_party/webrtc/modules/media_file/interface/
media_file_defines.h 31 // This function is called by MediaFile when a file has been recording for
43 // recording. id is the identifier for the MediaFile instance calling the
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiRecordListener.java 23 * Listener for hdmi record feature including one touch record and timer recording.
35 * @return record source to be used for recording. Null if no device is available.
50 * start of recording; otherwise, describes failure.
56 * Called when timer recording is started or failed during initialization.
58 * @param recorderAddress An address of recorder that reports result of timer recording
116 * recording request.
235 * Called when receiving result for clear timer recording request.
237 * @param recorderAddress An address of recorder that reports result of clear timer recording
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_file.h 14 // - File recording.
112 // Starts recording the mixed playout audio.
118 // Stops recording the mixed playout audio.
125 // Starts recording the microphone signal to a file.
130 // Starts recording the microphone signal to a stream.
134 // Stops recording the microphone signal.
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 102 // A callback to finalize the media after the recording is done.
321 throw new RuntimeException("setCamera cannot be called while recording!");
334 throw new RuntimeException("setProfile cannot be called while recording!");
346 throw new RuntimeException("setOutputFile cannot be called while recording!");
360 throw new RuntimeException("setOutputFile cannot be called while recording!");
372 * Sets the maximum filesize (in bytes) of the recording session.
380 throw new RuntimeException("setMaxFileSize cannot be called while recording!");
391 * Sets the maximum recording duration (in ms) for the next recording session
397 throw new RuntimeException("setMaxDuration cannot be called while recording!");
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_file_impl.cc 487 "StartRecordingMicrophone() failed to start recording");
490 if (_shared->audio_device()->Recording())
500 "StartRecordingMicrophone() failed to initialize recording");
507 "StartRecordingMicrophone() failed to start recording");
530 "StartRecordingMicrophone() failed to start recording");
533 if (_shared->audio_device()->Recording())
543 "StartRecordingMicrophone() failed to initialize recording");
550 "StartRecordingMicrophone() failed to start recording");
570 // Start/StopRecordingMicrophone() if no channel is recording.
572 _shared->audio_device()->Recording())
    [all...]
voe_hardware_impl.cc 314 // Store state about activated recording to be able to restore it after the
315 // recording device has been modified.
316 if (_shared->audio_device()->Recording())
319 "SetRecordingDevice() device is modified while recording"
325 "SetRecordingDevice() unable to stop recording");
332 // Set recording channel
350 "SetRecordingChannel() unable to set the recording channel");
376 "SetRecordingDevice() unable to set the recording device");
391 "StereoRecordingIsAvailable() failed to query stereo recording");
397 "SetRecordingDevice() failed to set mono recording mode")
    [all...]
  /external/chromium_org/media/audio/
audio_io.h 125 // There was an error while recording audio. The audio sink cannot be
128 // recording will not continue.
137 // Open the stream and prepares it for recording. Call Start() to actually
138 // begin recording.
141 // Starts recording audio and generating AudioInputCallback::OnData().
145 // Stops recording audio. Effect might not be instantaneous as there could be
147 // recording stops.
audio_input_unittest.cc 179 // Test create and close of an AudioInputStream without recording audio.
193 // Test create, open and close of an AudioInputStream without recording audio.
207 // Test create, open, stop and close of an AudioInputStream without recording.
221 // Test a normal recording sequence using an AudioInputStream.
223 // that recording starts.
  /packages/apps/FMRadio/src/com/android/fmradio/
FmRecordActivity.java 54 * This class interact with user, FM recording function.
60 private static final String FM_STOP_RECORDING = "fmradio.stop.recording";
102 // Stop recording and wait service notify stop record state to show dialog
207 // If click stop button in notification, need to stop recording
251 // If have stopped recording, need not show notification
290 * Recording dialog click
292 * @param recordingName The new recording name
314 // Stop recording and wait service notify stop record state to show dialog
327 // 1. If have stopped recording, we need check whether need show save dialog again.
328 // Because when stop recording in background, we need show it when switch to foreground
    [all...]
  /hardware/libhardware/include/hardware/
camera.h 127 * release video recording frames sent out by the cameral HAL before and
129 * clients must not modify/access any video recording frame after calling
158 * buffers sent out via CAMERA_MSG_VIDEO_FRAME for a recording session. If
195 * responsibility to manage the life-cycle of the video recording frames,
196 * and the client must not modify/access any video recording frames.
201 * Stop a previously started recording.
206 * Returns true if recording is enabled.
213 * It is camera HAL client's responsibility to release video recording
217 * responsibility to manage the life-cycle of the video recording frames.
  /external/chromium_org/third_party/webrtc/modules/audio_device/ios/
audio_device_ios.h 25 const uint32_t N_REC_CHANNELS = 1; // default is mono recording
32 // Number of 10 ms recording blocks in recording buffer
80 virtual bool Recording() const;
260 // Recording buffers
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info_unittest.py 87 new_temp_recording = os.path.join(self.tmp_dir, 'recording.wpr')
102 new_temp_recording = os.path.join(self.tmp_dir, 'recording.wpr')
162 # Add a recording for all the pages.
163 new_temp_recording = os.path.join(self.tmp_dir, 'recording.wpr')
174 # Expected name for the recording (decided by PageSetArchiveInfo).
  /frameworks/base/media/java/android/media/
AudioRecord.java 44 * the total recording buffer size.
61 * indicates AudioRecord recording state is not recording
65 * indicates AudioRecord recording state is recording
101 * Event id denotes when previously set update period has elapsed during recording.
156 * Indicates the recording state of the AudioRecord instance.
204 * @param audioSource the recording source (also referred to as capture preset).
217 * to during the recording. New audio data can be read from this buffer in smaller chunks
250 * to during the recording. New audio data can be read from this buffer in smaller chunk
    [all...]
  /packages/apps/Camera2/res/values/
strings.xml 149 <string name="time_lapse_title">Time lapse recording</string>
212 time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
452 <string name="video_snapshot_hint">Touch to take photo while recording.</string>
454 <!-- Announcement telling users video recording has just started [CHAR LIMIT=NONE] -->
455 <string name="video_recording_started">Video recording has started.</string>
456 <!-- Announcement telling users video recording has just stopped [CHAR LIMIT=NONE] -->
457 <string name="video_recording_stopped">Video recording has stopped.</string>
488 <!-- The button in review mode indicating that the photo taking, video recording, and panorama saving session should be canceled [CHAR LIMIT=NONE] -->
547 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] -->
549 <!-- Text to indicate time lapse recording frame interval [CHAR LIMIT=30] --
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 82 bool recording; member in struct:XRayTraceCapture
223 assert(!capture->recording);
230 assert(!capture->recording);
240 assert(!capture->recording);
334 if (capture && capture->recording) {
360 if (capture && capture->recording) {
422 if (capture->recording) {
454 if (capture->recording) {
491 assert(!capture->recording);
509 assert(!capture->recording);
    [all...]
  /external/chromium_org/media/audio/alsa/
alsa_input.h 31 // of the audio recording device.
79 AudioInputCallback* callback_; // Valid during a recording session.
81 snd_pcm_t* device_handle_; // Handle to the ALSA PCM recording device.
  /external/chromium_org/media/audio/win/
wavein_input_win.h 54 kStateRecording, // Recording audio.
72 // Allocates and prepares the memory that will be used for recording.
78 // Sends a buffer to the audio driver for recording.
  /external/chromium_org/third_party/skia/include/pipe/
SkGPipe.h 130 // should be no more drawing calls made into the recording canvas.
142 * Return the amount of bytes being used for recording. Note that this
151 * Attempt to reduce the storage allocated for recording by evicting

Completed in 1330 milliseconds

1 2 3 4 56 7 8 91011>>