Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp403 static AUDIO_OBJECT_TYPE getAOTFromProfile(OMX_U32 profile) { in getAOTFromProfile() function
428 getAOTFromProfile(mAACProfile))) { in setAudioParams()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp222 static AUDIO_OBJECT_TYPE getAOTFromProfile(uint32_t profile) { in getAOTFromProfile() function
252 if (AACENC_OK != aacEncoder_SetParam(mAACEncoder, AACENC_AOT, getAOTFromProfile(aacProfile))) { in setAudioParams()