Home | History | Annotate | Download | only in visualizer

Lines Matching defs:rms

726         // find the peak and RMS squared for the new buffer
898 /* only use actual measurements, otherwise the first RMS measure happening before
912 float rms
915 if (rms < 0.000016f) {
918 p_int_reply_data[MEASUREMENT_IDX_RMS] = (int32_t) (2000 * log10(rms / 32767.0f));
925 ALOGV("VISUALIZER_CMD_MEASURE peak=%d (%dmB), rms=%.1f (%dmB)",
927 rms, p_int_reply_data[MEASUREMENT_IDX_RMS]);