Searched refs:nDrcBoost (Results 1 – 4 of 4) sorted by relevance
101 …OMX_S32 nDrcBoost; /**< The DRC amplification factor, between 0 and 127, -1 if unspeci… member113 …OMX_S32 nDrcBoost; /**< The DRC amplification factor, between 0 and 127, -1 if unspeci… member
463 if (aacPresParams->nDrcBoost >= 0) { in internalSetParameter()464 ALOGV("set nDrcBoost=%d", aacPresParams->nDrcBoost); in internalSetParameter()466 aacPresParams->nDrcBoost); in internalSetParameter()
477 IA_ERRORCODE err_code = setXAACDRCInfo(aacPresParams->nDrcCut, aacPresParams->nDrcBoost, in internalSetParameter()
2834 presentation.nDrcBoost = drc.drcBoost; in setupAACCodec()2853 presentation8.nDrcBoost = presentation.nDrcBoost; in setupAACCodec()