Searched refs:aacProfile (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DOMXCodec.h249 int32_t aacProfile, bool isADTS);
H A DACodec.h339 int32_t aacProfile, bool isADTS, int32_t sbrMode,
/frameworks/av/media/libstagefright/
H A DUtils.cpp175 int32_t aacProfile = -1; local
176 if (meta->findInt32(kKeyAACAOT, &aacProfile)) {
177 msg->setInt32("aac-profile", aacProfile);
H A DOMXCodec.cpp591 int32_t numChannels, sampleRate, aacProfile; local
595 if (!meta->findInt32(kKeyAACProfile, &aacProfile)) {
596 aacProfile = OMX_AUDIO_AACObjectNull;
604 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
3307 int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) {
3365 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
3306 setAACFormat( int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument
H A DACodec.cpp2005 int32_t isADTS, aacProfile; local
2013 if (!msg->findInt32("aac-profile", &aacProfile)) {
2014 aacProfile = OMX_AUDIO_AACObjectNull;
2049 encoder, numChannels, sampleRate, bitRate, aacProfile,
2295 int32_t bitRate, int32_t aacProfile, bool isADTS, int32_t sbrMode,
2362 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
2293 setupAACCodec( bool encoder, int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS, int32_t sbrMode, int32_t maxOutputChannelCount, const drcParams_t& drc, int32_t pcmLimiterEnable) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1694 int32_t aacProfile = -1; local
1696 && format->findInt32("aac-profile", &aacProfile)) {
1700 aacProfile);
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2400 Integer aacProfile = (Integer)map.get(MediaFormat.KEY_AAC_PROFILE);
2402 profile = aacProfile;
2403 } else if (aacProfile != null && !aacProfile.equals(profile)) {

Completed in 4583 milliseconds