Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_AudioExt.h102 …OMX_S32 nHeavyCompression; /**< 0 for light compression, 1 for heavy compression, -1 if unspec… member
114 …OMX_S32 nHeavyCompression; /**< 0 for light compression, 1 for heavy compression, -1 if unspec… member
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp474 if (aacPresParams->nHeavyCompression >= 0) { in internalSetParameter()
475 ALOGV("set nHeavyCompression=%d", aacPresParams->nHeavyCompression); in internalSetParameter()
477 aacPresParams->nHeavyCompression); in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp479 aacPresParams->nHeavyCompression in internalSetParameter()
/frameworks/av/media/libstagefright/
DACodec.cpp2835 presentation.nHeavyCompression = drc.heavyCompression; in setupAACCodec()
2854 presentation8.nHeavyCompression = presentation.nHeavyCompression; in setupAACCodec()