OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_bBypass
(Results
1 - 8
of
8
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_reverb.c
169
pReverbData->
m_bBypass
= EAS_TRUE; //EAS_FALSE;
282
if (pReverbData->
m_bBypass
||
828
*pValue = (EAS_I32) p->
m_bBypass
;
873
p->
m_bBypass
= (EAS_BOOL) value;
[
all
...]
eas_reverbdata.h
342
EAS_BOOL
m_bBypass
; // if EAS_TRUE, then bypass reverb and copy input to output
/external/sonivox/arm-hybrid-22k/lib_src/
eas_reverb.c
169
pReverbData->
m_bBypass
= EAS_TRUE; //EAS_FALSE;
282
if (pReverbData->
m_bBypass
||
828
*pValue = (EAS_I32) p->
m_bBypass
;
873
p->
m_bBypass
= (EAS_BOOL) value;
[
all
...]
eas_reverbdata.h
342
EAS_BOOL
m_bBypass
; // if EAS_TRUE, then bypass reverb and copy input to output
/external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c
169
pReverbData->
m_bBypass
= EAS_TRUE; //EAS_FALSE;
282
if (pReverbData->
m_bBypass
||
828
*pValue = (EAS_I32) p->
m_bBypass
;
873
p->
m_bBypass
= (EAS_BOOL) value;
[
all
...]
eas_reverbdata.h
342
EAS_BOOL
m_bBypass
; // if EAS_TRUE, then bypass reverb and copy input to output
/frameworks/av/media/libeffects/testlibs/
EffectReverb.h
252
uint16_t
m_bBypass
; // if TRUE, then bypass reverb and copy input to output
EffectReverb.c
234
if (pReverb->
m_bBypass
!= 0) {
616
pReverb->
m_bBypass
= 0;
787
if (pReverb->
m_bBypass
!= 0) {
830
*pValue32 = (int32_t) pReverb->
m_bBypass
;
[
all
...]
Completed in 503 milliseconds