HomeSort by relevance Sort by last modified time
    Searched full:peak_u16 (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/audio/visualizer/
offload_visualizer.c 91 uint16_t peak_u16; /* the positive peak of the absolute value of the samples in a buffer */ member in struct:buffer_stats_s
589 visu_ctxt->past_meas[i].peak_u16 = 0;
696 visu_ctxt->past_meas[visu_ctxt->meas_buffer_idx].peak_u16 = (uint16_t)max_sample;
827 uint16_t peak_u16 = 0; local
838 visu_ctxt->past_meas[i].peak_u16 = 0;
849 if (visu_ctxt->past_meas[i].peak_u16 > peak_u16) {
850 peak_u16 = visu_ctxt->past_meas[i].peak_u16;
865 if (peak_u16 == 0)
    [all...]

Completed in 603 milliseconds