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/av/media/libeffects/testlibs/
EffectReverb.h
285
uint16_t
m_Aux
; // if TRUE, is connected as auxiliary effect
EffectReverb.c
267
if (pReverb->
m_Aux
) {
299
*(int *) pReplyData = Reverb_Init(pRvbModule, pReverb->
m_Aux
, pReverb->m_Preset);
412
if (pReverb->
m_Aux
) {
460
pRvbModule->context.
m_Aux
= (uint16_t)aux;
526
if ((pReverb->
m_Aux
&& (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_MONO)) ||
527
(!pReverb->
m_Aux
&& (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO))) {
[
all
...]
Completed in 733 milliseconds