Home
last modified time | relevance | path

Searched refs:nTargetReferenceLevel (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/media/openmax/
DOMX_AudioExt.h92 …OMX_S32 nTargetReferenceLevel; /**< Target reference level, between 0 and 127, -1 if unspecified */ member
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp359 if (aacPresParams->nTargetReferenceLevel >= 0) { in internalSetParameter()
360 ALOGV("set nTargetReferenceLevel=%d", aacPresParams->nTargetReferenceLevel); in internalSetParameter()
362 aacPresParams->nTargetReferenceLevel); in internalSetParameter()
/frameworks/av/media/libstagefright/
DACodec.cpp2425 presentation.nTargetReferenceLevel = drc.targetRefLevel; in setupAACCodec()