Searched defs:postEqInUse (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 | 174             int32_t postEqInUse =  in getParameter()  local 290     int32_t variant, preEqInUse, mbcInUse, postEqInUse, limiterInUse;  in readEngineArchitectureFromParam()  local
  | 
| /frameworks/base/media/java/android/media/audiofx/ | 
| D | DynamicsProcessing.java | 1054                 boolean postEqInUse, int postEqBandCount,  in Channel() 1268                 boolean postEqInUse, int postEqBandCount,  in Config() 1641                     boolean postEqInUse, int postEqBandCount,  in Builder() 1894             boolean postEqInUse, int postEqBandCount, boolean limiterInUse) {  in setEngineArchitecture()
  | 
| /frameworks/av/media/libeffects/dynamicsproc/ | 
| D | EffectDynamicsProcessing.cpp | 982         const int32_t postEqInUse = values[6].i;  in DP_setParameter()  local
  |