HomeSort by relevance Sort by last modified time
    Searched full:recording (Results 151 - 175 of 1812) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/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/current/platforms/android-24/arch-mips64/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/current/platforms/android-24/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 */
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/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/current/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/current/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/current/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/autotest/client/site_tests/audio_Microphone/
audio_Microphone.py 48 # Verify recording using ALSA utils.
53 # Verify recording of CRAS.
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
SessionInfo.java 33 * the epoc based time stamp when execution data recording has
55 * @return the epoc based time stamp when execution data recording has been
  /external/skia/include/c/
sk_picture.h 32 @param sk_rect_t* the cull rect used when recording this
38 Signal that the caller is done recording. This invalidates the
  /external/sonic/samples/
README 5 This is a sonic 2X sped-up version of a public domain librivox.org recording, from
9 This is the same recording as sonic.wav, but sped up using soundtouch, which
  /external/webrtc/webrtc/modules/media_file/
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
  /hardware/bsp/intel/peripheral/libupm/src/isd1820/
isd1820.cxx 54 // make sure we are not recording or playing
69 // make sure we are not recording
  /packages/apps/TV/tests/unit/src/com/android/tv/dvr/
BaseDvrDataManagerTest.java 48 ScheduledRecording recording = mDvrDataManager local
51 MoreAsserts.assertContentsInAnyOrder(result, recording);
  /toolchain/binutils/binutils-2.25/gold/
cref.h 49 // Start recording an input archive. This is called for each
56 // Finish recording an input archive. This is called after
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 56 * An activity that does recording of the camera video and rotation vector data at the same time.
155 * Notify recording is completed. This is the successful exit.
254 * Start the sensor recording
268 * Stop the sensor recording
282 * Start video recording
289 * Stop video recording
296 * Wait until a sensor recording for a certain axis is fully covered
304 * Wait until a sensor recording for a certain axis is halfway covered
340 * Get the video recording file path
341 * @return Path of the video recording fil
    [all...]
  /external/webrtc/webrtc/modules/utility/source/
file_recorder_impl.cc 83 << " for recording.";
111 LOG(LS_WARNING) << "Failed to initialize outStream for recording.";
138 LOG(LS_WARNING) << "RecordAudioToFile() recording audio is not "
147 // Recording mono but incoming audio is (interleaved) stereo.
165 // Recording stereo but incoming audio is mono.
190 // NOTE: stereo recording is only supported for WAV files.
  /frameworks/av/include/camera/
Camera.h 106 // start recording mode, must call setPreviewTarget first
109 // stop recording mode
112 // get recording state
115 // release a recording frame
118 // release a recording frame handle
142 // video recording.
  /frameworks/av/include/camera/android/hardware/
ICamera.h 88 // start recording mode
91 // stop recording mode
94 // get recording state
97 // Release a recording frame that was received via ICameraClient::dataCallbackTimestamp.
100 // Release a recording frame handle that was received via
132 // recording.
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
TunerRecordingSessionWorker.java 38 import com.android.tv.common.recording.RecordedProgram;
39 import com.android.tv.common.recording.RecordingCapability;
192 Log.w(TAG, "Recording session connect failed");
199 Toast.makeText(mContext, "USB TV tuner: Recording started",
215 Toast.makeText(mContext, "USB TV tuner: Recording stopped",
259 return new File(mContext.getCacheDir().getAbsolutePath() + "/recording/" + storageKey);
267 return new File(mContext.getCacheDir().getAbsolutePath() + "/recording" +
318 Log.w(TAG, "Failed to start recording. Couldn't find the channel for " + mChannel);
326 Log.w(TAG, "Failed to start recording. Couldn't open a DVB device");
341 Log.w(TAG, "Failed to start recording. Couldn't tune to the channel for "
    [all...]
  /external/webrtc/webrtc/voice_engine/
voe_file_impl.cc 394 "StartRecordingMicrophone() failed to start recording");
397 if (!_shared->audio_device()->Recording()) {
400 "StartRecordingMicrophone() failed to initialize recording");
405 "StartRecordingMicrophone() failed to start recording");
424 "StartRecordingMicrophone() failed to start recording");
427 if (!_shared->audio_device()->Recording()) {
430 "StartRecordingMicrophone() failed to initialize recording");
435 "StartRecordingMicrophone() failed to start recording");
453 // Start/StopRecordingMicrophone() if no channel is recording.
455 _shared->audio_device()->Recording()) {
    [all...]
voe_hardware_impl.cc 246 // Store state about activated recording to be able to restore it after the
247 // recording device has been modified.
248 if (_shared->audio_device()->Recording()) {
250 "SetRecordingDevice() device is modified while recording"
255 "SetRecordingDevice() unable to stop recording");
262 // Set recording channel
279 "SetRecordingChannel() unable to set the recording channel");
300 "SetRecordingDevice() unable to set the recording device");
315 "StereoRecordingIsAvailable() failed to query stereo recording");
321 "SetRecordingDevice() failed to set mono recording mode")
    [all...]
  /packages/apps/TV/src/com/android/tv/dvr/
RecordingTask.java 37 * A Handler that actually starts and stop a recording at the right time.
94 if (DEBUG) Log.d(TAG, "created recording task " + mScheduledRecording);
175 //TODO check recording preconditions
178 Log.w(TAG, "End time already past, not recording " + mScheduledRecording);
189 Log.w(TAG, "Channel" + mChannel + " does not match scheduled recording "
292 public void onStopRecordingRequested(ScheduledRecording recording) {
293 if (recording.getId() != mScheduledRecording.getId()) {
  /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.

Completed in 454 milliseconds

1 2 3 4 5 67 8 91011>>