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

/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp154 int32_t aacaot = -1; local
155 if ((audioFormat == AUDIO_FORMAT_AAC) && format->findInt32(kKeyAACAOT, &aacaot)) {
157 mapAACProfileToAudioFormat(audioFormat,(OMX_AUDIO_AACPROFILETYPE) aacaot);
H A DUtils.cpp1632 int32_t aacaot = -1; local
1633 if (meta->findInt32(kKeyAACAOT, &aacaot)) {
1634 mapAACProfileToAudioFormat(info.format,(OMX_AUDIO_AACPROFILETYPE) aacaot);

Completed in 103 milliseconds