Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.h63 float kneeWidthDb; member
DDPFrequency.cpp321 pMbcBandParams->kneeWidthDb = pMbcBand->getKneeWidth(); in updateParameters()
545 const float kneeWidthDbHalf = pMbcBandParams->kneeWidthDb / 2; in processFirstStages()
/frameworks/av/media/libeffects/dynamicsproc/aidl/
DDynamicsProcessing.cpp136 .kneeWidthDb = 0,
151 .kneeWidthDb = 100,
DDynamicsProcessingContext.cpp217 .kneeWidthDb = band->getKneeWidth(), in getMbcBand()
489 config.releaseTimeMs, config.ratio, config.thresholdDb, config.kneeWidthDb, in setDpChannelBand_l()
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/
DAidlConversionDynamicsProcessing.cpp259 RETURN_IF_ERROR(param.readFromValue(&config.kneeWidthDb)); in readMbcBandConfigFromParam()
422 RETURN_STATUS_IF_ERROR(param.writeToValue(&bandIt.kneeWidthDb)); in getMbcBandConfig()