Lines Matching full:peak_u16
104 uint16_t peak_u16; /* the positive peak of the absolute value of the samples in a buffer */
619 visu_ctxt->past_meas[i].peak_u16 = 0;
739 visu_ctxt->past_meas[visu_ctxt->meas_buffer_idx].peak_u16 = (uint16_t)max_sample;
870 uint16_t peak_u16 = 0;
881 visu_ctxt->past_meas[i].peak_u16 = 0;
892 if (visu_ctxt->past_meas[i].peak_u16 > peak_u16) {
893 peak_u16 = visu_ctxt->past_meas[i].peak_u16;
908 if (peak_u16 == 0) {
911 peak_u16 / 32767.0f));
914 peak_u16, p_int_reply_data[MEASUREMENT_IDX_PEAK],