Searched refs:setInputPreset (Results 1 – 8 of 8) sorted by relevance
76 testModule.setInputPreset(Recorder.INPUT_PRESET_NONE); in gatherTestModules()86 testModule.setInputPreset(Recorder.INPUT_PRESET_NONE); in gatherTestModules()103 testModule.setInputPreset(Recorder.INPUT_PRESET_DEFAULT); in gatherTestModules()111 testModule.setInputPreset(Recorder.INPUT_PRESET_GENERIC); in gatherTestModules()119 testModule.setInputPreset(Recorder.INPUT_PRESET_UNPROCESSED); in gatherTestModules()127 testModule.setInputPreset(Recorder.INPUT_PRESET_CAMCORDER); in gatherTestModules()135 testModule.setInputPreset(Recorder.INPUT_PRESET_VOICERECOGNITION); in gatherTestModules()143 testModule.setInputPreset(Recorder.INPUT_PRESET_VOICEPERFORMANCE); in gatherTestModules()
61 public void setInputPreset(int inputPreset) { in setInputPreset() method in NativeAnalyzerThread
471 void setInputPreset(int preset) { in setInputPreset() method in AudioDataPathsBaseActivity.TestModule630 mDuplexAudioManager.setInputPreset(mInputPreset); in startTest()
822 mNativeAnalyzerThread.setInputPreset(MediaRecorder.AudioSource.VOICE_RECOGNITION); in startAudioTest()
50 void setInputPreset(int inputPreset) { mInputPreset = inputPreset; } in setInputPreset() function
59 builder.setInputPreset((enum InputPreset)mInputPreset); in setupStream()123 ((OboeRecorder*)native_recorder)->setInputPreset(input_preset); in Java_org_hyphonate_megaaudio_recorder_OboeRecorder_setInputPresetN()
72 public RecorderBuilder setInputPreset(int inputPreset) { in setInputPreset() method in RecorderBuilder
150 public void setInputPreset(int preset) { in setInputPreset() method in DuplexAudioManager168 .setInputPreset(mInputPreset) in buildStreams()