Searched refs:nDrcCut (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/media/openmax/
H A DOMX_AudioExt.h89 OMX_S32 nDrcCut; /**< The DRC attenuation factor, between 0 and 127, -1 if unspecified */ member in struct:OMX_AUDIO_PARAM_ANDROID_AACPRESENTATIONTYPE
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp324 // nDrcCut uses default platform properties, see initDecoder()
348 if (aacPresParams->nDrcCut >= 0) {
349 ALOGV("set nDrcCut=%d", aacPresParams->nDrcCut);
350 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, aacPresParams->nDrcCut);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1877 presentation.nDrcCut = drc.drcCut;

Completed in 119 milliseconds