HomeSort by relevance Sort by last modified time
    Searched full:recorder (Results 101 - 125 of 257) sorted by null

1 2 3 45 6 7 8 91011

  /external/replicaisland/src/com/replica/replicaisland/
LifetimeComponent.java 140 EventRecorder recorder = sSystemRegistry.eventRecorder; local
141 recorder.incrementEventCounter(mEventCounter);
PlayerComponent.java 470 EventRecorder recorder = sSystemRegistry.eventRecorder; local
471 if (recorder != null) {
472 recorder.setLastDeathPosition(parentObject.getPosition());
  /external/skia/tools/
PictureRenderer.cpp 219 SkCanvas* recorder = newPicture->beginRecording(fPicture->width(), fPicture->height(), local
221 fPicture->draw(recorder);
334 SkCanvas* recorder = replayer->beginRecording(this->getViewWidth(), this->getViewHeight(), local
336 this->scaleToScaleFactor(recorder);
337 fPicture->draw(recorder);
841 SkCanvas* recorder = fReplayer->beginRecording(this->getViewWidth(), this->getViewHeight(), local
843 this->scaleToScaleFactor(recorder);
844 fPicture->draw(recorder);
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 135 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recorder)
139 if (recorder.get()) {
140 recorder->incStrong(thiz);
145 env->SetIntField(thiz, fields.context, (int)recorder.get());
430 jniThrowException(env, "java/lang/RuntimeException", "Unable to initialize media recorder");
  /frameworks/base/media/java/android/media/
AudioRecord.java 723 void onMarkerReached(AudioRecord recorder);
729 void onPeriodicNotification(AudioRecord recorder);
746 NativeEventHandler(AudioRecord recorder, Looper looper) {
748 mAudioRecord = recorder;
784 AudioRecord recorder = (AudioRecord)((WeakReference)audiorecord_ref).get(); local
785 if (recorder == null) {
789 if (recorder.mEventHandler != null) {
791 recorder.mEventHandler.obtainMessage(what, arg1, arg2, obj);
792 recorder.mEventHandler.sendMessage(m);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 330 GraphicsContextRecorder recorder;
332 GraphicsContext* context = recorder.record(size, layer->contentsOpaque());
334 RefPtr<GraphicsContextSnapshot> snapshot = recorder.stop();
  /external/chromium/chrome/browser/chromeos/
external_metrics.h 78 // Maps histogram or action names to recorder structs.
  /external/chromium_org/chrome/browser/chromeos/
external_metrics.h 89 // Maps histogram or action names to recorder structs.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMedia.cpp 54 LayoutRectRecorder recorder(*this);
RenderReplica.cpp 61 LayoutRectRecorder recorder(*this);
RenderSlider.cpp 96 LayoutRectRecorder recorder(*this);
  /frameworks/av/include/media/
IMediaPlayerService.h 82 // otherwise tracking encoder (for media recorder)
  /packages/apps/Camera/tests/src/com/android/camera/stress/
SwitchPreview.java 91 //Switching the video and the video recorder mode
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
SwitchPreview.java 90 //Switching the video and the video recorder mode
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
SwitchPreview.java 91 //Switching the video and the video recorder mode
  /packages/apps/SoundRecorder/res/values-tl/
strings.xml 19 <string name="app_name" msgid="5955735546071433666">"Recorder ng Tunog"</string>
  /cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java 269 public void onError(MediaRecorder recorder, int what, int extra) {
270 if (mRecorder == recorder &&
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 75 * the filename and the value is the shared dictionary time recorder associated with that
140 DictionaryUpdateController recorder = sFilenameDictionaryUpdateControllerMap.get(filename); local
141 if (recorder == null) {
143 recorder = new DictionaryUpdateController();
144 sFilenameDictionaryUpdateControllerMap.put(filename, recorder);
147 return recorder;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 178 Log.e(TAG, "unknown error in media recorder, error: " + extra);
180 Log.e(TAG, "media recorder server died, error: " + extra);
183 failTest("Media recorder error.");
388 Log.e(TAG, "media recorder cannot be set up");
389 failTest("Unable to set up media recorder.");
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 664 ALOGV("Testing MultiBufferPass, Dummy Recorder *********************");
686 ALOGV("Testing MultiBufferPass, Dummy Recorder Lagging **************");
713 ALOGV("Testing MultiBufferPass, Dummy Recorder Multi-Threaded **********");
871 ALOGV("************** Testing the whole pipeline with actual Recorder ***********");
    [all...]
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_audio_quality_browsertest.cc 426 AudioRecorder recorder; local
428 ASSERT_TRUE(recorder.StartRecording(kRecordingTimeSeconds, recording, true));
432 ASSERT_TRUE(recorder.WaitForRecordingToEnd());
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 77 /** Media recorder info listener, which needs to implement
84 /** Media recorder error listener, which needs to implement
320 // Initialize the media recorder
  /external/chromium_org/content/browser/download/
download_browsertest.cc     [all...]
  /external/chromium_org/content/child/npapi/
plugin_lib.cc 177 // This is to work around a bug in the Real player recorder plugin which
181 // LoadLibrary API address from kernel32.dll which bypasses the recorder
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.inspector_timeline.html 72 <dl><dt><strong>Recorder</strong> = &lt;class 'telemetry.core.chrome.inspector_timeline.Recorder'&gt;<dd><tt>Utility&nbsp;class&nbsp;to&nbsp;Start&nbsp;/&nbsp;Stop&nbsp;recording&nbsp;timeline.</tt></dl>

Completed in 1633 milliseconds

1 2 3 45 6 7 8 91011