Home
last modified time | relevance | path

Searched refs:recorderBufferInBytes (Results 1 – 3 of 3) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackAudioThread.java83 public LoopbackAudioThread(int samplingRate, int playerBufferInBytes, int recorderBufferInBytes, in LoopbackAudioThread() argument
91 mMinRecorderBuffSizeInBytes = recorderBufferInBytes; in LoopbackAudioThread()
DRecorderRunnable.java89 int recorderBufferInBytes, int micSource, LoopbackAudioThread audioThread, in RecorderRunnable() argument
97 mMinRecorderBuffSizeInBytes = recorderBufferInBytes; in RecorderRunnable()
DNativeAudioThread.java89 public NativeAudioThread(int samplingRate, int playerBufferInBytes, int recorderBufferInBytes, in NativeAudioThread() argument
95 mMinRecorderBuffSizeInBytes = recorderBufferInBytes; in NativeAudioThread()