HomeSort by relevance Sort by last modified time
    Searched refs:recorder (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 151 throw new RuntimeException("setCamera called on an already released recorder!");
164 throw new RuntimeException("setProfile called on an already released recorder!");
176 throw new RuntimeException("setOutputFile called on an already released recorder!");
190 throw new RuntimeException("setOutputFile called on an already released recorder!");
210 throw new RuntimeException("setMaxFileSize called on an already released recorder!");
226 throw new RuntimeException("setMaxDuration called on an already released recorder!");
239 throw new RuntimeException("setCaptureRate called on an already released recorder!");
256 throw new RuntimeException("setPreviewDisplay called on an already released recorder!");
284 throw new RuntimeException("setEffect called on an already released recorder!");
338 Filter recorder = mRunner.getGraph().getFilter("recorder") local
662 Filter recorder = mRunner.getGraph().getFilter("recorder"); local
714 Filter recorder = mRunner.getGraph().getFilter("recorder"); local
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 37 sp<MediaRecorder> recorder; variable
820 recorder = new MediaRecorder();
822 if ( NULL == recorder.get() ) {
832 if ( NULL == recorder.get() ) {
833 printf("invalid recorder reference\n");
838 if ( recorder->init() < 0 ) {
839 printf("recorder failed to initialize\n");
844 if ( recorder->close() < 0 ) {
845 printf("recorder failed to close\n");
850 if ( recorder->release() < 0 )
    [all...]
  /frameworks/base/libs/hwui/
DisplayList.cpp 46 DisplayList::DisplayList(const DisplayListRenderer& recorder) :
50 initFromDisplayListRenderer(recorder);
156 void DisplayList::initFromDisplayListRenderer(const DisplayListRenderer& recorder, bool reusing) {
164 mDisplayListData = recorder.getDisplayListData();
182 mFunctorCount = recorder.getFunctorCount();
188 const Vector<SkBitmap*>& bitmapResources = recorder.getBitmapResources();
195 const Vector<SkBitmap*> &ownedBitmapResources = recorder.getOwnedBitmapResources();
202 const Vector<SkiaColorFilter*>& filterResources = recorder.getFilterResources();
209 const Vector<Res_png_9patch*>& patchResources = recorder.getPatchResources();
216 const Vector<SkiaShader*>& shaders = recorder.getShaders()
    [all...]
  /packages/apps/Browser/
Android.mk 22 # We need the sound recorder for the Media Capture API.
  /external/v8/src/
preparser-api.cc 193 internal::CompleteParserRecorder recorder; local
196 &recorder,
202 internal::Vector<unsigned> pre_data = recorder.ExtractData();
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
VUMeter.java 40 Recorder mRecorder;
66 public void setRecorder(Recorder recorder) {
67 mRecorder = recorder;
103 if (mRecorder != null && mRecorder.state() == Recorder.RECORDING_STATE)
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 51 // The index of the current effects recorder.
294 Log.v(TAG, "Current effects recorder index is " + sEffectsRecorderIndex);
323 throw new RuntimeException("setCamera called on an already released recorder!");
336 throw new RuntimeException("setProfile called on an already released recorder!");
348 throw new RuntimeException("setOutputFile called on an already released recorder!");
362 throw new RuntimeException("setOutputFile called on an already released recorder!");
383 "setMaxFileSize called on an already released recorder!");
400 "setMaxDuration called on an already released recorder!");
414 "setCaptureRate called on an already released recorder!");
433 "setPreviewSurfaceTexture called on an already released recorder!");
515 Object recorder = getGraphFilter(mRunner, "recorder"); local
907 Object recorder = getGraphFilter(mRunner, "recorder"); local
959 Object recorder = getGraphFilter(mRunner, "recorder"); local
    [all...]
  /external/chromium_org/base/message_loop/
message_loop_proxy_unittest.cc 81 static void RecordLoop(scoped_refptr<LoopRecorder> recorder) {
82 recorder->RecordRun();
85 static void RecordLoopAndQuit(scoped_refptr<LoopRecorder> recorder) {
86 recorder->RecordRun();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderIFrame.cpp 127 LayoutRectRecorder recorder(*this);
RenderMedia.cpp 54 LayoutRectRecorder recorder(*this);
RenderReplica.cpp 61 LayoutRectRecorder recorder(*this);
RenderSlider.cpp 96 LayoutRectRecorder recorder(*this);
  /external/oprofile/libpp/
callgraph_container.h 49 * list. This is used to initially populate the recorder with
165 arc_recorder recorder; member in class:callgraph_container
callgraph_container.cpp 422 recorder.process(total_count, threshold / 100.0, sym_filter);
565 recorder.add(caller.sym, &callee.sym, arc_count);
577 recorder.add(*it, 0, count_array_t());
585 // FIXME: costly: must we access directly recorder map ?
586 symbol_collection syms = recorder.get_symbols();
605 return recorder.get_symbols();
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 551 MediaRecorder recorder = new MediaRecorder();
552 recorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
553 recorder.setAudioSource(MediaRecorder.AudioSource.MIC);
554 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);
555 recorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT);
556 recorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT);
557 recorder.setOutputFile(file);
558 recorder.setOrientationHint(angle);
559 recorder.setVideoSize(w, h);
560 recorder.setPreviewDisplay(getActivity().getSurfaceHolder2().getSurface())
    [all...]
AudioRecordTest.java 131 public void onMarkerReached(AudioRecord recorder) {
135 public void onPeriodicNotification(AudioRecord recorder) {
MediaRandomTest.java 269 public void onError(MediaRecorder recorder, int what, int extra) {
270 if (mRecorder == recorder &&
  /external/chromium/base/metrics/
histogram_unittest.cc 68 // Finally test a statistics recorder, without really using it.
69 StatisticsRecorder recorder; local
72 // Repeat with a recorder present to register with.
74 // Test a statistics recorder, by letting histograms register.
75 StatisticsRecorder recorder; // This initializes the global state. local
151 StatisticsRecorder recorder; local
154 recorder.GetHistograms(&histograms);
225 recorder.GetHistograms(&histograms);
230 StatisticsRecorder recorder; local
  /external/replicaisland/src/com/replica/replicaisland/
LifetimeComponent.java 140 EventRecorder recorder = sSystemRegistry.eventRecorder; local
141 recorder.incrementEventCounter(mEventCounter);
  /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;
  /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/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");
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 987 MediaRecorder recorder = new MediaRecorder(); local
    [all...]
  /external/chromium/net/socket_stream/
socket_stream_metrics_unittest.cc 19 // Create the recorder if not yet started, as SocketStreamMetrics
22 static StatisticsRecorder *recorder = NULL; local
23 recorder = new StatisticsRecorder;
  /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);

Completed in 966 milliseconds

12 3 4 5