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 DOMXCodec.cpp587 int32_t numChannels, sampleRate, aacProfile; local
591 if (!meta->findInt32(kKeyAACProfile, &aacProfile)) {
592 aacProfile = OMX_AUDIO_AACObjectNull;
600 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
3496 int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) {
3554 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
3495 setAACFormat( int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument
H A DACodec.cpp1529 int32_t isADTS, aacProfile; local
1537 if (!msg->findInt32("aac-profile", &aacProfile)) {
1538 aacProfile = OMX_AUDIO_AACObjectNull;
1573 encoder, numChannels, sampleRate, bitRate, aacProfile,
1750 int32_t bitRate, int32_t aacProfile, bool isADTS, int32_t sbrMode,
1817 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
1748 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.cpp1444 int32_t aacProfile = -1; local
1446 && format->findInt32("aac-profile", &aacProfile)) {
1450 aacProfile);

Completed in 686 milliseconds