Searched refs:MAX_VAL (Results 1 – 1 of 1) sorted by relevance
69 private static final double MAX_VAL = Math.pow(2, 15); field in AudioFrequencyMicActivity70 private static final double CLIP_LEVEL = (MAX_VAL-10) / MAX_VAL;762 double value = mAudioShortArray2[i] / MAX_VAL; in onPeriodicNotification()