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

/frameworks/av/media/libstagefright/
H A DUtils.cpp175 int32_t aacProfile = -1; local
176 if (meta->findInt32(kKeyAACAOT, &aacProfile)) {
177 msg->setInt32("aac-profile", aacProfile);
H A DOMXCodec.cpp591 int32_t numChannels, sampleRate, aacProfile; local
595 if (!meta->findInt32(kKeyAACProfile, &aacProfile)) {
596 aacProfile = OMX_AUDIO_AACObjectNull;
604 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
3307 int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) {
3365 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
3306 setAACFormat( int32_t numChannels, int32_t sampleRate, int32_t bitRate, int32_t aacProfile, bool isADTS) argument
H A DACodec.cpp2005 int32_t isADTS, aacProfile; local
2013 if (!msg->findInt32("aac-profile", &aacProfile)) {
2014 aacProfile = OMX_AUDIO_AACObjectNull;
2049 encoder, numChannels, sampleRate, bitRate, aacProfile,
2295 int32_t bitRate, int32_t aacProfile, bool isADTS, int32_t sbrMode,
2362 profile.eAACProfile = (OMX_AUDIO_AACPROFILETYPE) aacProfile;
2293 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.cpp1694 int32_t aacProfile = -1; local
1696 && format->findInt32("aac-profile", &aacProfile)) {
1700 aacProfile);

Completed in 93 milliseconds