Searched defs:aacProfile (Results 1 - 4 of 4) sorted by relevance

/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 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
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
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1350 int32_t aacProfile = -1; local
1352 && format->findInt32("aac-profile", &aacProfile)) {
1356 aacProfile);

Completed in 692 milliseconds