OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nSamplesBufferUpdate
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c
135
if(((pLVPSA_Inst->
nSamplesBufferUpdate
- BufferUpdateSamplesCount) < DownSamplingFactor))
141
BufferUpdateSamplesCount -= pLVPSA_Inst->
nSamplesBufferUpdate
;
162
if(pLVPSA_Inst->
nSamplesBufferUpdate
== 220)
164
pLVPSA_Inst->
nSamplesBufferUpdate
= 221;
168
pLVPSA_Inst->
nSamplesBufferUpdate
= 220;
LVPSA_Private.h
105
LVM_UINT16
nSamplesBufferUpdate
; /* Number of samples to make 20ms */
LVPSA_Control.c
221
pInst->
nSamplesBufferUpdate
= (LVM_UINT16)LVPSA_nSamplesBufferUpdate[Params.Fs];
[
all
...]
Completed in 521 milliseconds