Searched refs:OMX_IndexParamAudioAac (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/include/media/openmax/
H A DOMX_Index.h111 OMX_IndexParamAudioAac, /**< reference: OMX_AUDIO_PARAM_AACPROFILETYPE */ enumerator in enum:OMX_INDEXTYPE
H A DOMX_AsString.h360 case OMX_IndexParamAudioAac: return "ParamAudioAac";
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp172 case OMX_IndexParamAudioAac:
264 case OMX_IndexParamAudioAac:
H A DSoftAACEncoder2.cpp141 case OMX_IndexParamAudioAac:
268 case OMX_IndexParamAudioAac:
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp207 case OMX_IndexParamAudioAac:
296 case OMX_IndexParamAudioAac:
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp90 case OMX_IndexParamAudioAac:
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3543 CHECK_EQ(mOMX->getParameter(mNode, OMX_IndexParamAudioAac,
3556 err = mOMX->setParameter(mNode, OMX_IndexParamAudioAac,
3560 CODEC_LOGE("setParameter('OMX_IndexParamAudioAac') failed "
3571 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile));
3583 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile));
3586 CODEC_LOGE("setParameter('OMX_IndexParamAudioAac') failed "
H A DACodec.cpp1799 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile));
1847 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile));
1861 mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile));
1884 status_t res = mOMX->setParameter(mNode, OMX_IndexParamAudioAac, &profile, sizeof(profile));
3641 mNode, OMX_IndexParamAudioAac,

Completed in 1206 milliseconds