Home
last modified time | relevance | path

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

/frameworks/native/include/media/openmax/
DOMX_AudioExt.h91 …OMX_S32 nHeavyCompression; /**< 0 for light compression, 1 for heavy compression, -1 if unspec… member
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp410 if (aacPresParams->nHeavyCompression >= 0) { in internalSetParameter()
411 ALOGV("set nHeavyCompression=%d", aacPresParams->nHeavyCompression); in internalSetParameter()
413 aacPresParams->nHeavyCompression); in internalSetParameter()
/frameworks/av/media/libstagefright/
DACodec.cpp2669 presentation.nHeavyCompression = drc.heavyCompression; in setupAACCodec()