Searched refs:eAACProfile (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp154 aacParams->eAACProfile = (OMX_AUDIO_AACPROFILETYPE) mAACProfile;
280 if (aacParams->eAACProfile != OMX_AUDIO_AACObjectNull) {
281 mAACProfile = aacParams->eAACProfile;
H A DSoftAACEncoder.cpp185 aacParams->eAACProfile = OMX_AUDIO_AACObjectMain;
/frameworks/native/include/media/openmax/
H A DOMX_Audio.h309 OMX_AUDIO_AACPROFILETYPE eAACProfile; /**< AAC profile enumeration */ member in struct:OMX_AUDIO_PARAM_AACPROFILETYPE
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp220 aacParams->eAACProfile = OMX_AUDIO_AACObjectMain;
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3554 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
H A DACodec.cpp1817 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;

Completed in 535 milliseconds