Home
last modified time | relevance | path

Searched refs:noiseGateThresholdDb (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.cpp322 pMbcBandParams->noiseGateThresholdDb = pMbcBand->getNoiseGateThreshold(); in updateParameters()
546 const float noiseGateThresholdDb = pMbcBandParams->noiseGateThresholdDb; in processFirstStages() local
558 } else if (envDb < noiseGateThresholdDb) { in processFirstStages()
560 newLevelDb = noiseGateThresholdDb - in processFirstStages()
561 expanderRatio * (noiseGateThresholdDb - envDb); in processFirstStages()
DDPFrequency.h64 float noiseGateThresholdDb; member
/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessing.cpp137 .noiseGateThresholdDb = -200,
152 .noiseGateThresholdDb = 200,
DDynamicsProcessingContext.cpp218 .noiseGateThresholdDb = band->getNoiseGateThreshold(), in getMbcBand()
490 config.noiseGateThresholdDb, config.expanderRatio, config.preGainDb, in setDpChannelBand_l()
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/
DAidlConversionDynamicsProcessing.cpp260 RETURN_IF_ERROR(param.readFromValue(&config.noiseGateThresholdDb)); in readMbcBandConfigFromParam()
423 RETURN_STATUS_IF_ERROR(param.writeToValue(&bandIt.noiseGateThresholdDb)); in getMbcBandConfig()