OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:peak_u16
(Results
1 - 2
of
2
) sorted by null
/device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c
94
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
== 0)
[
all
...]
/hardware/qcom/audio/visualizer/
offload_visualizer.c
104
uint16_t
peak_u16
; /* the positive peak of the absolute value of the samples in a buffer */
member in struct:buffer_stats_s
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;
local
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)
[
all
...]
Completed in 245 milliseconds