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

<<11121314151617181920>>

  /external/chromium_org/remoting/host/
video_frame_recorder.cc 156 // Tell the wrapper to stop recording and posting frames to us.
215 // If the caller already enabled recording, inform the recording encoder.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 186 EXPECT_FALSE(fake_audio_capture_module_->Recording());
191 EXPECT_TRUE(fake_audio_capture_module_->Recording());
197 EXPECT_FALSE(fake_audio_capture_module_->Recording());
  /external/chromium_org/third_party/skia/tests/
RecordingXfermodeTest.cpp 18 // Verify that replay of a recording into a clipped canvas
104 // using the deprecated recording backend.
143 // using the new recording backend.
  /external/chromium_org/third_party/skia/tools/
bbh_shootout.cpp 56 * To measure recording, use a RecordPictureRenderer.
165 SkDebugf("Average %s recording time: %.3fms\n",
177 // Write to file, and save recording averages.
  /external/skia/tools/
bbh_shootout.cpp 57 * To measure recording, use a RecordPictureRenderer.
156 SkDebugf("Average %s recording time: %.3fms\n",
168 // Write to file, and save recording averages.
bench_playback.cpp 53 EXPERIMENTAL::SkRecording recording(src.width(), src.height());
54 src.draw(recording.canvas());
55 return recording.releasePlayback();
  /frameworks/av/include/media/stagefright/
MPEG4Writer.h 172 // Return whether the writer is used for real time recording.
173 // In real time recording mode, new samples will be allowed to buffered into
176 // By default, real time recording is on.
  /frameworks/base/docs/html/about/versions/
android-1.5-highlights.jd 77 <li>Video recording</li>
160 <li>Raw audio recording and playback APIs</li>
162 <li>{@link android.media.MediaRecorder Video Recording APIs} for developers (3GP format).</li>
  /frameworks/base/libs/hwui/
RenderNode.h 68 * Recording of canvas commands is somewhat similar to SkPicture, except the canvas-recording
69 * functionality is split between DisplayListRenderer (which manages the recording), DisplayListData
  /frameworks/native/include/media/hardware/
MetadataBufferType.h 28 * media recording framework. To see how to work with the metadata buffers
29 * in media recording framework, please consult HardwareAPI.h
36 * media recording framework does not need to know anything specific about the
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Encoder.h 48 *! 22-May-2006 bk: DASF recording quality improved
49 *! 19-Apr-2006 bk: DASF recording speed issue resloved
51 *! 18-Jan-2006 bk: Repated recording issue fixed and LCML changes taken care
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEncoder.h 48 *! 22-May-2006 bk: DASF recording quality improved
49 *! 19-Apr-2006 bk: DASF recording speed issue resloved
51 *! 18-Jan-2006 bk: Repated recording issue fixed and LCML changes taken care
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 33 static final String SAMPLE_PREFIX = "recording";
136 * be reused for a new recording.
178 // Handle RuntimeException if the recording couldn't start
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
simple.h 99 * A simple but limited synchronous playback and recording
107 * A simple recording tool using the simple API */
119 pa_stream_direction_t dir, /**< Open this stream for recording or playback? */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
simple.h 99 * A simple but limited synchronous playback and recording
107 * A simple recording tool using the simple API */
119 pa_stream_direction_t dir, /**< Open this stream for recording or playback? */
  /packages/apps/FMRadio/src/com/android/fmradio/
FmService.java 125 // record FM whether in recording mode
127 // record sd card path when start recording
197 // while recording call stop recording not finished(status is still
198 // RECORDING), but
199 // SOUND_POWER_DOWN_MSG will exitFm(), if it is RECORDING will discard the
201 // 1. lose audio focus -> stop recording(lock) -> set to IDLE and show save
203 // 2. exitFm() -> check the record status, discard it if it is recording
314 * the recording sdcard is unmounted, need to stop and notify
331 // If not unmount recording sd card, do nothing
    [all...]
  /device/samsung/manta/
media_profiles.xml 130 <!-- Audio settings are not used for timealpse video recording -->
144 <!-- Audio settings are not used for timealpse video recording -->
158 <!-- Audio settings are not used for timealpse video recording -->
208 <!-- Audio settings are not used for timealpse video recording -->
222 <!-- Audio settings are not used for timealpse video recording -->
  /external/chromium_org/chrome/browser/ui/webui/
gcm_internals_ui.cc 128 // Enables/disables GCM activity recording through gcm profile service.
243 bool recording = false; local
244 if (!args->GetBoolean(0, &recording)) {
261 // Get fresh stats after changing recording setting.
266 recording); local
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
opensles_input.cc 105 // It is assumed that the caller has stopped recording before terminating.
228 available = false; // Stereo recording not supported on Android.
255 // Since there is no low latency recording, use buffer size corresponding to
319 // OpenSL recording has been stopped. I.e. only this thread is touching
346 // Interfaces for recording android audio data and Android are needed.
  /external/chromium_org/tools/perf/metrics/
speedindex.py 32 """Start recording events.
43 """Stop timeline recording."""
59 """Decide whether the timeline recording should be stopped.
61 When the timeline recording is stopped determines which paint events
62 are used in the speed index metric calculation. In general, the recording
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiTvClient.java 247 * Starts one touch recording with the given recorder address and recorder source.
285 * Starts timer recording with the given recoder address and recorder source.
294 * // create timer recording source.
334 * Clears timer recording with the given recorder address and recording source.
  /system/core/include/system/
camera.h 122 /* cmdType to play recording sound */
168 * Configure the number of video buffers used for recording. The intended
169 * video buffer count for recording is passed as arg1, which must be
170 * greater than 0. This command must be sent before recording is started.
172 * recording is started, or the command is not supported at all. This
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtrace.h 322 ** PRTraceStopRecording: void. value must be NULL. If recording
325 ** to its caller. If recording is not being done, this function
328 ** PRTraceSuspendRecording: void. Must be NULL. If recording is
334 ** recording is already in a suspended state, the call has no
338 ** recording for the Trace Facility has been previously been
339 ** suspended, this causes recording to resume. Recording resumes
341 ** if trace recording had not been suspended. If recording is
579 ** environment, no recording of trace entries occurs. Whe
    [all...]
  /cts/suite/audio_quality/client/src/com/android/cts/audiotest/
AudioProtocol.java 78 // store recording length
359 Log.d(TAG, "recording started " + " samples " + samples + " mode " + mode +
360 " recording state " + mRecord.getRecordingState() + " len " +
369 Log.e(TAG, "reading recording failed with error code " + lenRead);
377 Log.d(TAG, "reading recording completed");
401 Log.d(TAG, "stop recording");
513 //TODO check already active recording/playback
  /external/chromium_org/cc/resources/
picture.cc 105 // Instead of recording a trace event for object creation here, we wait for
217 scoped_ptr<EXPERIMENTAL::SkRecording> recording; local
228 // Already setup for normal recording.
242 recording.reset(new EXPERIMENTAL::SkRecording(layer_rect_.width(),
244 canvas = skia::SharePtr(recording->canvas());
266 if (recording) {
270 playback_.reset(recording->releasePlayback());

Completed in 563 milliseconds

<<11121314151617181920>>