OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bDisableReverb
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h
130
LVM_CHAR
bDisableReverb
; /* Flag to indicate that the mix level is 0% and the reverb can be disabled */
LVREV_ApplyNewSettings.c
531
pPrivate->
bDisableReverb
= LVM_FALSE;
546
pPrivate->
bDisableReverb
= LVM_TRUE;
550
pPrivate->
bDisableReverb
= LVM_FALSE;
634
pLVREV_Private->
bDisableReverb
= LVM_TRUE;
LVREV_GetInstanceHandle.c
223
pLVREV_Private->
bDisableReverb
= LVM_FALSE;
Completed in 668 milliseconds