Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DTestSettings.java51 public void setRecorderBufferSizeInBytes(int recorderBufferSizeInBytes) { in setRecorderBufferSizeInBytes() argument
52 mRecorderBuffSizeInBytes = Utilities.clamp(recorderBufferSizeInBytes, in setRecorderBufferSizeInBytes()
DSoundLevelCalibration.java56 int recorderBufferSizeInBytes, int micSource, int performanceMode, Context context) { in SoundLevelCalibration() argument
63 playerBufferSizeInBytes, recorderBufferSizeInBytes, micSource, performanceMode, in SoundLevelCalibration()
DLoopbackApplication.java250 void setRecorderBufferSizeInBytes(int recorderBufferSizeInBytes) { in setRecorderBufferSizeInBytes() argument
251 mSettings.setRecorderBufferSizeInBytes(recorderBufferSizeInBytes); in setRecorderBufferSizeInBytes()