Searched refs:postEqInUse (Results 1 – 6 of 6) 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() argument 187 mPostEqInUse = postEqInUse; in init() 239 bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount, in init() argument 247 mPostEqInUse = postEqInUse; in init() 253 postEqInUse, postEqBandCount, limiterInUse); in init()
|
D | DPBase.h | 262 bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount, 313 bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount,
|
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/ |
D | AidlConversionDynamicsProcessing.cpp | 174 int32_t postEqInUse = in getParameter() local 184 RETURN_STATUS_IF_ERROR(param.writeToValue(&postEqInUse)); in getParameter() 290 int32_t variant, preEqInUse, mbcInUse, postEqInUse, limiterInUse; in readEngineArchitectureFromParam() local 297 RETURN_IF_ERROR(param.readFromValue(&postEqInUse)); in readEngineArchitectureFromParam() 305 engine.postEqStage.inUse = VALUE_OR_RETURN(convertIntegral<bool>(postEqInUse)); in readEngineArchitectureFromParam()
|
/frameworks/base/media/java/android/media/audiofx/ |
D | DynamicsProcessing.java | 1054 boolean postEqInUse, int postEqBandCount, in Channel() argument 1059 mPostEq = new Eq(postEqInUse, POSTEQ_DEFAULT_ENABLED, in Channel() 1268 boolean postEqInUse, int postEqBandCount, in Config() argument 1278 mPostEqInUse = postEqInUse; in Config() 1641 boolean postEqInUse, int postEqBandCount, in Builder() argument 1649 mPostEqInUse = postEqInUse; in Builder() 1894 boolean postEqInUse, int postEqBandCount, boolean limiterInUse) { in setEngineArchitecture() argument 1903 (postEqInUse ? 1 : 0), in setEngineArchitecture()
|
/frameworks/av/media/libeffects/dynamicsproc/ |
D | EffectDynamicsProcessing.cpp | 982 const int32_t postEqInUse = values[6].i; in DP_setParameter() local 987 mbcBandCount, postEqInUse, postEqBandCount, limiterInUse); in DP_setParameter() 1002 postEqInUse != 0, (uint32_t)postEqBandCount, in DP_setParameter()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |