Searched refs:LOOPBACK_SAMPLE_FRAMES (Results 1 – 3 of 3) sorted by relevance
66 public static final int LOOPBACK_SAMPLE_FRAMES = 300; field in Constant
164 mAudioTone = new short[Constant.LOOPBACK_SAMPLE_FRAMES]; in initRecord()165 sincTone.generateTone(mAudioTone, Constant.LOOPBACK_SAMPLE_FRAMES); in initRecord()
216 int sincLength = Math.min(Constant.LOOPBACK_SAMPLE_FRAMES, loopbackTone.length); in run()