Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp5192 int32_t aacObjectType = -1; in MPEG4Source() local
5194 if (AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_AAC_PROFILE, &aacObjectType)) { in MPEG4Source()
5195 mIsUsac = (aacObjectType == AOT_USAC); in MPEG4Source()