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

/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp40 static const OMX_U32 kSupportedProfiles[] = { member in namespace:android
258 if (profileParams->nProfileIndex >= NELEM(kSupportedProfiles)) {
263 kSupportedProfiles[profileParams->nProfileIndex];
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp59 static const OMX_U32 kSupportedProfiles[] = { member in namespace:android
308 if (profileParams->nProfileIndex >= NELEM(kSupportedProfiles)) {
313 kSupportedProfiles[profileParams->nProfileIndex];

Completed in 120 milliseconds