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 …]
869 MediaRecorder recorder = new MediaRecorder();870 recorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);871 recorder.setAudioSource(MediaRecorder.AudioSource.MIC);872 recorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT);873 recorder.setVideoEncoder(MediaRecorder.VideoEncoder.DEFAULT);874 recorder.setAudioEncoder(MediaRecorder.AudioEncoder.DEFAULT);875 recorder.setOutputFile(file);876 recorder.setOrientationHint(angle);877 recorder.setVideoSize(w, h);878 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()
635 public void onPeriodicNotification(AudioRecord recorder) { in onPeriodicNotification() argument
617 public void onPeriodicNotification(AudioRecord recorder) { in onPeriodicNotification() argument
781 public void onPeriodicNotification(AudioRecord recorder) { in onPeriodicNotification() argument