Home
last modified time | relevance | path

Searched refs:aacProfile (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp1784 int32_t aacProfile = -1; in onOpenAudioSink() local
1786 && format->findInt32("aac-profile", &aacProfile)) { in onOpenAudioSink()
1790 aacProfile); in onOpenAudioSink()
/frameworks/av/include/media/stagefright/
DACodec.h457 int32_t aacProfile, bool isADTS, int32_t sbrMode,
/frameworks/av/media/libstagefright/
DUtils.cpp713 int32_t aacProfile = -1; in convertMetaDataToMessage() local
714 if (meta->findInt32(kKeyAACAOT, &aacProfile)) { in convertMetaDataToMessage()
715 msg->setInt32("aac-profile", aacProfile); in convertMetaDataToMessage()
DACodec.cpp2125 int32_t isADTS, aacProfile; in configureCodec() local
2133 if (!msg->findInt32("aac-profile", &aacProfile)) { in configureCodec()
2134 aacProfile = OMX_AUDIO_AACObjectNull; in configureCodec()
2169 encoder, numChannels, sampleRate, bitRate, aacProfile, in configureCodec()
2539 int32_t bitRate, int32_t aacProfile, bool isADTS, int32_t sbrMode, in setupAACCodec() argument
2606 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile; in setupAACCodec()
/frameworks/base/media/java/android/media/
DMediaCodecInfo.java2822 Integer aacProfile = (Integer)map.get(MediaFormat.KEY_AAC_PROFILE); in supportsFormat() local
2824 profile = aacProfile; in supportsFormat()
2825 } else if (aacProfile != null && !aacProfile.equals(profile)) { in supportsFormat()