Searched defs:aacaot (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp146 int32_t aacaot = -1; local
147 if ((audioFormat == AUDIO_FORMAT_AAC) && format->findInt32(kKeyAACAOT, &aacaot)) {
149 mapAACProfileToAudioFormat(audioFormat,(OMX_AUDIO_AACPROFILETYPE) aacaot);
H A DUtils.cpp825 int32_t aacaot = -1; local
826 if (meta->findInt32(kKeyAACAOT, &aacaot)) {
827 mapAACProfileToAudioFormat(info.format,(OMX_AUDIO_AACPROFILETYPE) aacaot);

Completed in 66 milliseconds