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

/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.cpp1570 int32_t aacaot = -1; local
1571 if (meta->findInt32(kKeyAACAOT, &aacaot)) {
1572 mapAACProfileToAudioFormat(info.format,(OMX_AUDIO_AACPROFILETYPE) aacaot);

Completed in 123 milliseconds