Searched refs:fifoDepth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/srec/
H A DMicrophoneInputStream.java43 * @param fifoDepth depth of the real time fifo, measured in sampleRate clock ticks.
46 public MicrophoneInputStream(int sampleRate, int fifoDepth) throws IOException { argument
47 mAudioRecord = AudioRecordNew(sampleRate, fifoDepth);
105 private static native long AudioRecordNew(int sampleRate, int fifoDepth); argument

Completed in 29 milliseconds