Home
last modified time | relevance | path

Searched refs:expanderRatio (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.h117 float expanderRatio, float preGain, float postGain);
157 void setExpanderRatio(float expanderRatio) { in setExpanderRatio() argument
158 mExpanderRatio = expanderRatio; in setExpanderRatio()
DDPBase.cpp92 float expanderRatio, float preGain, float postGain) { in init() argument
100 setExpanderRatio(expanderRatio); in init()
DDPFrequency.cpp323 pMbcBandParams->expanderRatio = pMbcBand->getExpanderRatio(); in updateParameters()
547 const float expanderRatio = pMbcBandParams->expanderRatio; in processFirstStages() local
561 expanderRatio * (noiseGateThresholdDb - envDb); in processFirstStages()
DDPFrequency.h65 float expanderRatio; member
/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessing.cpp138 .expanderRatio = 1,
153 .expanderRatio = 50,
DDynamicsProcessingContext.cpp219 .expanderRatio = band->getExpanderRatio(), in getMbcBand()
490 config.noiseGateThresholdDb, config.expanderRatio, config.preGainDb, in setDpChannelBand_l()
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/
DAidlConversionDynamicsProcessing.cpp261 RETURN_IF_ERROR(param.readFromValue(&config.expanderRatio)); in readMbcBandConfigFromParam()
424 RETURN_STATUS_IF_ERROR(param.writeToValue(&bandIt.expanderRatio)); in getMbcBandConfig()
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp1180 const float expanderRatio = values[8].f; in DP_setParameter() local
1188 threshold, kneeWidth, noiseGateThreshold, expanderRatio, preGain, postGain); in DP_setParameter()
1199 kneeWidth, noiseGateThreshold, expanderRatio, preGain, postGain); in DP_setParameter()
/frameworks/base/media/java/android/media/audiofx/
DDynamicsProcessing.java555 float expanderRatio, float preGain, float postGain) { in MbcBand() argument
563 mExpanderRatio = expanderRatio; in MbcBand()
681 public void setExpanderRatio(float expanderRatio) { mExpanderRatio = expanderRatio; } in setExpanderRatio() argument
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...