HomeSort by relevance Sort by last modified time
    Searched refs:aacaot (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
AudioPlayer.cpp 146 int32_t aacaot = -1; local
147 if ((audioFormat == AUDIO_FORMAT_AAC) && format->findInt32(kKeyAACAOT, &aacaot)) {
149 mapAACProfileToAudioFormat(audioFormat,(OMX_AUDIO_AACPROFILETYPE) aacaot);
Utils.cpp 721 int32_t aacaot = -1; local
722 if (meta->findInt32(kKeyAACAOT, &aacaot)) {
723 mapAACProfileToAudioFormat(info.format,(OMX_AUDIO_AACPROFILETYPE) aacaot);

Completed in 361 milliseconds