OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pDelay
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Init.c
39
pQPD_State->
pDelay
= pTaps->Storage;
LVPSA_QPD.h
30
LVM_INT32 *
pDelay
; /* pointer to the delayed samples (data of 32 bits) */
LVPSA_QPD_Process.c
70
LVM_INT32*
pDelay
= pQPDState->
pDelay
;
78
LVM_INT16 V0 = (LVM_INT16)(*
pDelay
);
151
*
pDelay
= (LVM_INT32)(V0);
Completed in 28 milliseconds