Searched refs:recorderBufferSizeInBytes (Results 1 – 3 of 3) sorted by relevance
51 public void setRecorderBufferSizeInBytes(int recorderBufferSizeInBytes) { in setRecorderBufferSizeInBytes() argument52 mRecorderBuffSizeInBytes = Utilities.clamp(recorderBufferSizeInBytes, in setRecorderBufferSizeInBytes()
56 int recorderBufferSizeInBytes, int micSource, int performanceMode, Context context) { in SoundLevelCalibration() argument63 playerBufferSizeInBytes, recorderBufferSizeInBytes, micSource, performanceMode, in SoundLevelCalibration()
250 void setRecorderBufferSizeInBytes(int recorderBufferSizeInBytes) { in setRecorderBufferSizeInBytes() argument251 mSettings.setRecorderBufferSizeInBytes(recorderBufferSizeInBytes); in setRecorderBufferSizeInBytes()