Home
last modified time | relevance | path

Searched refs:OMX_IndexParamAudioAac (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/include/media/openmax/
DOMX_Index.h111 OMX_IndexParamAudioAac, /**< reference: OMX_AUDIO_PARAM_AACPROFILETYPE */ enumerator
DOMX_AsString.h382 case OMX_IndexParamAudioAac: return "ParamAudioAac";
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder.cpp176 case OMX_IndexParamAudioAac: in internalGetParameter()
284 case OMX_IndexParamAudioAac: in internalSetParameter()
DSoftAACEncoder2.cpp155 case OMX_IndexParamAudioAac: in internalGetParameter()
321 case OMX_IndexParamAudioAac: in internalSetParameter()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp220 case OMX_IndexParamAudioAac: in internalGetParameter()
344 case OMX_IndexParamAudioAac: in internalSetParameter()
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp90 case OMX_IndexParamAudioAac: in isSetParameterAllowed()
/frameworks/av/media/libstagefright/
DACodec.cpp2588 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile)); in setupAACCodec()
2636 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile)); in setupAACCodec()
2650 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile)); in setupAACCodec()
2674 status_t res = mOMX->setParameter(mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile)); in setupAACCodec()
4935 mNode, OMX_IndexParamAudioAac, &params, sizeof(params)); in getPortFormat()