Searched refs:Recorder (Results 1 – 10 of 10) sorted by relevance
24 class Recorder: public OboeStream {26 Recorder(AudioSink* sink, int subtype) : OboeStream(subtype), mAudioSink(sink) {} in Recorder() function27 virtual ~Recorder() {} in ~Recorder()
26 class OboeRecorder: public oboe::AudioStreamCallback, public Recorder {
29 : Recorder(sink, subtype), in OboeRecorder()92 StreamBase::Result result = Recorder::startStream(); in startStream()
23 public abstract class Recorder extends StreamBase { class24 private static final String TAG = Recorder.class.getSimpleName();56 public Recorder(AudioSinkProvider sinkProvider) { in Recorder() method in Recorder88 int channelMask = Recorder.channelCountToChannelMask(channelCount); in calcMinBufferFramesStatic()
37 private int mInputPreset = Recorder.INPUT_PRESET_NONE;84 public Recorder build() throws BadStateException { in build()89 Recorder recorder = null; in build()
34 public class JavaRecorder extends Recorder {135 if (mInputPreset != Recorder.INPUT_PRESET_NONE) { in setupStream()
20 public class OboeRecorder extends Recorder {
29 import org.hyphonate.megaaudio.recorder.Recorder;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()
28 import org.hyphonate.megaaudio.recorder.Recorder;46 private Recorder mRecorder;
28 import org.hyphonate.megaaudio.recorder.Recorder;54 private Recorder mRecorder;57 private int mInputPreset = Recorder.INPUT_PRESET_NONE;85 public Recorder getRecorder() { in getRecorder()