Searched defs:peak_u16 (Results 1 - 1 of 1) sorted by relevance

/device/htc/flounder/audio/visualizer/
H A Dnv_offload_visualizer.c94 uint16_t peak_u16; /* the positive peak of the absolute value of the samples in a buffer */ member in struct:buffer_stats_s
559 visu_ctxt->past_meas[i].peak_u16 = 0;
664 visu_ctxt->past_meas[visu_ctxt->meas_buffer_idx].peak_u16 = (uint16_t)max_sample;
795 uint16_t peak_u16 = 0; local
806 visu_ctxt->past_meas[i].peak_u16 = 0;
817 if (visu_ctxt->past_meas[i].peak_u16 > peak_u16) {
818 peak_u16 = visu_ctxt->past_meas[i].peak_u16;
833 if (peak_u16
[all...]

Completed in 64 milliseconds