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

/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp151 aacParams->eAACProfile = (OMX_AUDIO_AACPROFILETYPE) mAACProfile;
242 if (aacParams->eAACProfile != OMX_AUDIO_AACObjectNull) {
243 mAACProfile = aacParams->eAACProfile;
H A DSoftAACEncoder.cpp185 aacParams->eAACProfile = OMX_AUDIO_AACObjectMain;
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp170 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/
H A DACodec.cpp1143 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
H A DOMXCodec.cpp3446 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;

Completed in 56 milliseconds