Searched defs:mbcInUse (Results  1 – 4 of 4) sorted by relevance
| /frameworks/av/media/libeffects/dynamicsproc/dsp/ | 
| D | DPBase.cpp | 182         bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount,  in init()239         bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount,  in init()
 
 | 
| /frameworks/av/media/libaudiohal/impl/effectsAidlConversion/ | 
| D | AidlConversionDynamicsProcessing.cpp | 172             int32_t mbcInUse =  in getParameter()  local290     int32_t variant, preEqInUse, mbcInUse, postEqInUse, limiterInUse;  in readEngineArchitectureFromParam()  local
 
 | 
| /frameworks/base/media/java/android/media/audiofx/ | 
| D | DynamicsProcessing.java | 1053                 boolean mbcInUse, int mbcBandCount,  in Channel()1267                 boolean mbcInUse, int mbcBandCount,  in Config()
 1640                     boolean mbcInUse, int mbcBandCount,  in Builder()
 1893             boolean preEqInUse, int preEqBandCount, boolean mbcInUse, int mbcBandCount,  in setEngineArchitecture()
 
 | 
| /frameworks/av/media/libeffects/dynamicsproc/ | 
| D | EffectDynamicsProcessing.cpp | 980         const int32_t mbcInUse = values[4].i;  in DP_setParameter()  local
 |