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

/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp247 OMX_AUDIO_PARAM_ANDROID_PROFILETYPE *profileParams = local
250 if (!isValidOMXParam(profileParams)) {
254 if (profileParams->nPortIndex != 1) {
258 if (profileParams->nProfileIndex >= NELEM(kSupportedProfiles)) {
262 profileParams->eProfile =
263 kSupportedProfiles[profileParams->nProfileIndex];
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp297 OMX_AUDIO_PARAM_ANDROID_PROFILETYPE *profileParams = local
300 if (!isValidOMXParam(profileParams)) {
304 if (profileParams->nPortIndex != 0) {
308 if (profileParams->nProfileIndex >= NELEM(kSupportedProfiles)) {
312 profileParams->eProfile =
313 kSupportedProfiles[profileParams->nProfileIndex];

Completed in 138 milliseconds