OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Aux
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libeffects/testlibs/
EffectReverb.h
285
uint16_t
m_Aux
; // if TRUE, is connected as auxiliary effect
EffectReverb.c
284
if (pReverb->
m_Aux
) {
316
*(int *) pReplyData = Reverb_Init(pRvbModule, pReverb->
m_Aux
, pReverb->m_Preset);
423
if (pReverb->
m_Aux
) {
471
pRvbModule->context.
m_Aux
= (uint16_t)aux;
537
if ((pReverb->
m_Aux
&& (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_MONO)) ||
538
(!pReverb->
m_Aux
&& (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO))) {
[
all
...]
Completed in 180 milliseconds