Home
last modified time | relevance | path

Searched refs:AOT_AAC_LC (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp405 return AOT_AAC_LC; in getAOTFromProfile()
416 return AOT_AAC_LC; in getAOTFromProfile()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp224 return AOT_AAC_LC; in getAOTFromProfile()
235 return AOT_AAC_LC; in getAOTFromProfile()
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp4249 AOT_AAC_LC = 2, /**< Low Complexity object */ enumerator
4519 if (objectType == AOT_AAC_LC || objectType == AOT_ER_AAC_LC || in updateAudioTrackInfoFromESDS_MPEG4Audio()
4538 case AOT_AAC_LC: in updateAudioTrackInfoFromESDS_MPEG4Audio()