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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1890 int32_t aacProfile = -1; local
1892 && format->findInt32("aac-profile", &aacProfile)) {
1896 aacProfile);
/frameworks/av/media/libstagefright/
H A DUtils.cpp751 int32_t aacProfile = -1; local
752 if (meta->findInt32(kKeyAACAOT, &aacProfile)) {
753 msg->setInt32("aac-profile", aacProfile);
H A DACodec.cpp2106 int32_t isADTS, aacProfile; local
2114 if (!msg->findInt32("aac-profile", &aacProfile)) {
2115 aacProfile = OMX_AUDIO_AACObjectNull;
2150 encoder, numChannels, sampleRate, bitRate, aacProfile,
2657 int32_t bitRate, int32_t aacProfile, bool isADTS, int32_t sbrMode,
2724 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
2655 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/include/media/stagefright/
H A DACodec.h468 int32_t aacProfile, bool isADTS, int32_t sbrMode,
/frameworks/av/media/libstagefright/foundation/include/
H A DACodec.h468 int32_t aacProfile, bool isADTS, int32_t sbrMode,
/frameworks/av/media/libstagefright/include/
H A DACodec.h468 int32_t aacProfile, bool isADTS, int32_t sbrMode,
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java2834 Integer aacProfile = (Integer)map.get(MediaFormat.KEY_AAC_PROFILE);
2836 profile = aacProfile;
2837 } else if (aacProfile != null && !aacProfile.equals(profile)) {

Completed in 146 milliseconds