Searched refs:mMinRecorderBuffSizeInBytes (Results 1 – 3 of 3) sorted by relevance
51 private int mMinRecorderBuffSizeInBytes = 0; field in RecorderRunnable97 mMinRecorderBuffSizeInBytes = recorderBufferInBytes; in RecorderRunnable()114 if (mMinRecorderBuffSizeInBytes <= 0) { in initRecord()115 mMinRecorderBuffSizeInBytes = AudioRecord.getMinBufferSize(mSamplingRate, in initRecord()117 log("RecorderRunnable: computing min buff size = " + mMinRecorderBuffSizeInBytes in initRecord()120 log("RecorderRunnable: using min buff size = " + mMinRecorderBuffSizeInBytes + in initRecord()124 if (mMinRecorderBuffSizeInBytes <= 0) { in initRecord()128 mMinRecorderBuffSizeInSamples = mMinRecorderBuffSizeInBytes / Constant.BYTES_PER_FRAME; in initRecord()143 .setBufferSizeInBytes(2 * mMinRecorderBuffSizeInBytes) in initRecord()147 mChannelConfig, mAudioFormat, 2 * mMinRecorderBuffSizeInBytes); in initRecord()[all …]
56 private int mMinRecorderBuffSizeInBytes = 0; // currently not used field in NativeAudioThread95 mMinRecorderBuffSizeInBytes = recorderBufferInBytes; in NativeAudioThread()109 mMinRecorderBuffSizeInBytes = old.mMinRecorderBuffSizeInBytes; in NativeAudioThread()
62 private int mMinRecorderBuffSizeInBytes = 0; field in LoopbackAudioThread91 mMinRecorderBuffSizeInBytes = recorderBufferInBytes; in LoopbackAudioThread()131 mAudioFormat, mMinRecorderBuffSizeInBytes, MediaRecorder.AudioSource.MIC, this, in run()