Lines Matching defs:mMediaRecorder

45     private MediaRecorder mMediaRecorder = new MediaRecorder();
73 mMethodUnderTest.invokeMethodUnderTest(mMediaRecorder);
87 mMediaRecorder.reset();
100 mMediaRecorder.reset();
102 mMediaRecorder.setAudioSource(AUDIO_SOURCE);
103 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
104 mMediaRecorder.setAudioEncoder(AUDIO_ENCODER);
105 mMediaRecorder.setOutputFile(RECORD_OUTPUT_PATH);
106 mMediaRecorder.prepare();
107 mMediaRecorder.start();
108 mMediaRecorder.stop();
117 mMediaRecorder.reset();
119 mMediaRecorder.setAudioSource(AUDIO_SOURCE);
128 mMediaRecorder.reset();
129 mMediaRecorder.setAudioSource(AUDIO_SOURCE);
130 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
131 mMediaRecorder.setAudioEncoder(AUDIO_ENCODER);
132 mMediaRecorder.setOutputFile(RECORD_OUTPUT_PATH);
133 mMediaRecorder.prepare();
141 mMediaRecorder.reset();
142 mMediaRecorder.setAudioSource(AUDIO_SOURCE);
143 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
144 mMediaRecorder.setAudioEncoder(AUDIO_ENCODER);
145 mMediaRecorder.setOutputFile(RECORD_OUTPUT_PATH);
146 mMediaRecorder.prepare();
147 mMediaRecorder.start();
155 mMediaRecorder.reset();
156 mMediaRecorder.setAudioSource(AUDIO_SOURCE);
157 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
164 mMediaRecorder.setAudioEncoder(AUDIO_ENCODER);
168 mMediaRecorder.setOutputFile(RECORD_OUTPUT_PATH);
181 mMediaRecorder.reset();
185 * start() since start() will fail, and then the mMediaRecorder
189 mMediaRecorder.setAudioSource(AUDIO_SOURCE);
194 * start() since start() will fail, and then the mMediaRecorder
198 mMediaRecorder.setOutputFormat(OUTPUT_FORMAT);
201 mMediaRecorder.start();
334 mMediaRecorder.release();
335 mMediaRecorder = null;