OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BufferUpdateSamplesCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c
87
LVM_INT32
BufferUpdateSamplesCount
= pLVPSA_Inst->
BufferUpdateSamplesCount
;
135
if(((pLVPSA_Inst->nSamplesBufferUpdate -
BufferUpdateSamplesCount
) < DownSamplingFactor))
141
BufferUpdateSamplesCount
-= pLVPSA_Inst->nSamplesBufferUpdate;
144
BufferUpdateSamplesCount
+=DownSamplingFactor;
172
pLVPSA_Inst->
BufferUpdateSamplesCount
=
BufferUpdateSamplesCount
;
LVPSA_Private.h
106
LVM_INT32
BufferUpdateSamplesCount
; /* Counter used to know when to put a new value in the buffer */
Completed in 1187 milliseconds