Searched refs:aacObjectType (Results 1 – 1 of 1) sorted by relevance
5192 int32_t aacObjectType = -1; in MPEG4Source() local5194 if (AMediaFormat_getInt32(format, AMEDIAFORMAT_KEY_AAC_PROFILE, &aacObjectType)) { in MPEG4Source()5195 mIsUsac = (aacObjectType == AOT_USAC); in MPEG4Source()