OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nRelevantFilters
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h
107
LVM_UINT16
nRelevantFilters
; /* Number of relevent filters depending on sampling frequency and bands center frequency */
LVPSA_Control.c
213
pInst->
nRelevantFilters
= ii;
277
for (ii = 0; ii < pInst->
nRelevantFilters
; ii++)
339
for (ii = 0; ii < pInst->
nRelevantFilters
; ii++)
419
for (ii = 0; ii < pInst->
nRelevantFilters
; ii++)
[
all
...]
LVPSA_QPD_Process.c
155
if(BandIndex == (pLVPSA_Inst->
nRelevantFilters
-1))
LVPSA_Process.c
90
for (ii = 0; ii < pLVPSA_Inst->
nRelevantFilters
; ii++)
Completed in 37 milliseconds