Searched refs:bBassEnabled (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h72 bool bBassEnabled; /* Flag for Bass */ member in struct:BundledEffectContext
H A DEffectBundle.cpp256 pContext->pBundledContext->bBassEnabled = LVM_FALSE;
2504 if (pContext->pBundledContext->bBassEnabled == LVM_TRUE) {
2513 pContext->pBundledContext->bBassEnabled = LVM_TRUE;
2559 if (pContext->pBundledContext->bBassEnabled == LVM_FALSE) {
2563 pContext->pBundledContext->bBassEnabled = LVM_FALSE;
2657 if ((pContext->pBundledContext->bBassEnabled == LVM_FALSE)&&
3124 if (pContext->pBundledContext->bBassEnabled == LVM_TRUE) {
3137 if (pContext->pBundledContext->bBassEnabled == LVM_TRUE) {

Completed in 11 milliseconds