OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nAddr
(Results
1 - 4
of
4
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c
531
EAS_U32
nAddr
;
555
//
nAddr
= CIRCULAR(nBase, psAp0->m_zApOut, REVERB_BUFFER_MASK);
556
nAddr
= CIRCULAR(nBase, pReverbData->m_sAp0.m_zApOut, REVERB_BUFFER_MASK);
557
nDelayOut = pReverbData->m_nDelayLine[
nAddr
];
568
nAddr
= CIRCULAR(nBase, pReverbData->m_sAp0.m_zApIn, REVERB_BUFFER_MASK);
569
pReverbData->m_nDelayLine[
nAddr
] = (EAS_PCM) nTemp1;
572
nAddr
= CIRCULAR(nBase, pReverbData->m_zD0In, REVERB_BUFFER_MASK);
573
pReverbData->m_nDelayLine[
nAddr
] = (EAS_PCM) nApOut;
584
nAddr
= CIRCULAR(nBase, pReverbData->m_sAp1.m_zApOut, REVERB_BUFFER_MASK);
585
nDelayOut = pReverbData->m_nDelayLine[
nAddr
];
[
all
...]
/frameworks/av/media/libeffects/testlibs/
EffectReverb.c
[
all
...]
/hardware/ti/omap4-aah/security/tf_daemon/
service_delegation_protocol.h
105
uint16_t
nAddr
;
delegation_client.c
139
uint16_t
nAddr
;
749
pMessages[nIndex].
nAddr
= pInstruction->
nAddr
;
758
pInstruction->
nAddr
= pMessages[0].
nAddr
;
828
pMessages[nIndex].
nAddr
= pInstruction->
nAddr
;
836
pInstruction->
nAddr
= pMessages[0].
nAddr
;
[
all
...]
Completed in 494 milliseconds