Home
last modified time | relevance | path

Searched refs:postEqInUse (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.cpp182 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()
DDPBase.h262 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/
DAidlConversionDynamicsProcessing.cpp174 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/
DDynamicsProcessing.java1054 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/
DEffectDynamicsProcessing.cpp982 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/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...