Home
last modified time | relevance | path

Searched refs:nDrcCut (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_AudioExt.h100 …OMX_S32 nDrcCut; /**< The DRC attenuation factor, between 0 and 127, -1 if unspecifi… member
112 …OMX_S32 nDrcCut; /**< The DRC attenuation factor, between 0 and 127, -1 if unspecifi… member
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp469 if (aacPresParams->nDrcCut >= 0) { in internalSetParameter()
470 ALOGV("set nDrcCut=%d", aacPresParams->nDrcCut); in internalSetParameter()
471 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, aacPresParams->nDrcCut); in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp477 IA_ERRORCODE err_code = setXAACDRCInfo(aacPresParams->nDrcCut, aacPresParams->nDrcBoost, in internalSetParameter()
/frameworks/av/media/libstagefright/
DACodec.cpp2826 presentation.nDrcCut = drc.drcCut; in setupAACCodec()
2845 presentation8.nDrcCut = presentation.nDrcCut; in setupAACCodec()