Home
last modified time | relevance | path

Searched refs:Recorder (Results 1 – 10 of 10) sorted by relevance

/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DRecorder.h24 class Recorder: public OboeStream {
26 Recorder(AudioSink* sink, int subtype) : OboeStream(subtype), mAudioSink(sink) {} in Recorder() function
27 virtual ~Recorder() {} in ~Recorder()
DOboeRecorder.h26 class OboeRecorder: public oboe::AudioStreamCallback, public Recorder {
DOboeRecorder.cpp29 : Recorder(sink, subtype), in OboeRecorder()
92 StreamBase::Result result = Recorder::startStream(); in startStream()
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DRecorder.java23 public abstract class Recorder extends StreamBase { class
24 private static final String TAG = Recorder.class.getSimpleName();
56 public Recorder(AudioSinkProvider sinkProvider) { in Recorder() method in Recorder
88 int channelMask = Recorder.channelCountToChannelMask(channelCount); in calcMinBufferFramesStatic()
DRecorderBuilder.java37 private int mInputPreset = Recorder.INPUT_PRESET_NONE;
84 public Recorder build() throws BadStateException { in build()
89 Recorder recorder = null; in build()
DJavaRecorder.java34 public class JavaRecorder extends Recorder {
135 if (mInputPreset != Recorder.INPUT_PRESET_NONE) { in setupStream()
DOboeRecorder.java20 public class OboeRecorder extends Recorder {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDataPathsSpeakerMicActivity.java29 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()
DAudioInColdStartLatencyActivity.java28 import org.hyphonate.megaaudio.recorder.Recorder;
46 private Recorder mRecorder;
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/duplex/
DDuplexAudioManager.java28 import org.hyphonate.megaaudio.recorder.Recorder;
54 private Recorder mRecorder;
57 private int mInputPreset = Recorder.INPUT_PRESET_NONE;
85 public Recorder getRecorder() { in getRecorder()