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

/frameworks/av/include/media/stagefright/
H A DACodec.h278 int32_t aacProfile, bool isADTS, int32_t sbrMode,
H A DOMXCodec.h249 int32_t aacProfile, bool isADTS);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1350 int32_t aacProfile = -1; local
1352 && format->findInt32("aac-profile", &aacProfile)) {
1356 aacProfile);
/frameworks/av/media/libstagefright/
H A DUtils.cpp158 int32_t aacProfile = -1; local
159 if (meta->findInt32(kKeyAACAOT, &aacProfile)) {
160 msg->setInt32("aac-profile", aacProfile);
H A DOMXCodec.cpp586 int32_t numChannels, sampleRate, aacProfile; local
590 if (!meta->findInt32(kKeyAACProfile, &aacProfile)) {
591 aacProfile = OMX_AUDIO_AACObjectNull;
599 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
3494 int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) {
3552 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
3493 setAACFormat( int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument
H A DACodec.cpp1391 int32_t isADTS, aacProfile; local
1399 if (!msg->findInt32("aac-profile", &aacProfile)) {
1400 aacProfile = OMX_AUDIO_AACObjectNull;
1435 encoder, numChannels, sampleRate, bitRate, aacProfile,
1601 int32_t bitRate, int32_t aacProfile, bool isADTS, int32_t sbrMode,
1668 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
1599 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/base/media/java/android/media/
H A DMediaCodecInfo.java1970 Integer aacProfile = (Integer)map.get(MediaFormat.KEY_AAC_PROFILE);
1972 profile = aacProfile;
1973 } else if (aacProfile != null && aacProfile != profile) {

Completed in 354 milliseconds