Searched refs:recorder (Results 1 – 8 of 8) sorted by relevance
48 SLObjectItf recorder; in TestAudioRecording() local172 res = (*EngineItf)->CreateAudioRecorder(EngineItf, &recorder, in TestAudioRecording()177 res = (*recorder)->Realize(recorder, SL_BOOLEAN_FALSE); in TestAudioRecording()181 res = (*recorder)->GetInterface(recorder, SL_IID_RECORD, (void *)&recordItf); in TestAudioRecording()210 (*recorder)->Destroy(recorder); in TestAudioRecording()
1202 MediaRecorder recorder = new MediaRecorder(); in recordVideo() local1205 recorder.setCamera(mCamera); in recordVideo()1206 recorder.setAudioSource(MediaRecorder.AudioSource.CAMCORDER); in recordVideo()1207 recorder.setVideoSource(MediaRecorder.VideoSource.CAMERA); in recordVideo()1208 recorder.setProfile(profile); in recordVideo()1209 recorder.setOutputFile("/dev/null"); in recordVideo()1210 recorder.setPreviewDisplay(holder.getSurface()); in recordVideo()1211 recorder.prepare(); in recordVideo()1212 recorder.start(); in recordVideo()1241 recorder.stop(); in recordVideo()[all …]
798 MediaRecorder recorder = new MediaRecorder();799 recorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);800 recorder.setAudioSource(MediaRecorder.AudioSource.MIC);801 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);802 recorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT);803 recorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT);804 recorder.setOutputFile(file);805 recorder.setOrientationHint(angle);806 recorder.setVideoSize(w, h);807 recorder.setPreviewDisplay(getActivity().getSurfaceHolder2().getSurface());[all …]
274 public void onError(MediaRecorder recorder, int what, int extra) { in testRecorderRandomAction()275 if (mRecorder == recorder && in testRecorderRandomAction()
149 public void onMarkerReached(AudioRecord recorder) { in testAudioRecordOP()153 public void onPeriodicNotification(AudioRecord recorder) { in testAudioRecordOP()
586 public void onPeriodicNotification(AudioRecord recorder) { in onPeriodicNotification() argument
635 public void onPeriodicNotification(AudioRecord recorder) { in onPeriodicNotification() argument
749 public void onPeriodicNotification(AudioRecord recorder) { in onPeriodicNotification() argument