Loading media/libstagefright/codecs/aacenc/SoftAACEncoder2.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -292,6 +292,10 @@ static AUDIO_OBJECT_TYPE getAOTFromProfile(OMX_U32 profile) { return AOT_AAC_LC; } else if (profile == OMX_AUDIO_AACObjectHE) { return AOT_SBR; } else if (profile == OMX_AUDIO_AACObjectHE_PS) { return AOT_PS; } else if (profile == OMX_AUDIO_AACObjectLD) { return AOT_ER_AAC_LD; } else if (profile == OMX_AUDIO_AACObjectELD) { return AOT_ER_AAC_ELD; } else { Loading Loading
media/libstagefright/codecs/aacenc/SoftAACEncoder2.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -292,6 +292,10 @@ static AUDIO_OBJECT_TYPE getAOTFromProfile(OMX_U32 profile) { return AOT_AAC_LC; } else if (profile == OMX_AUDIO_AACObjectHE) { return AOT_SBR; } else if (profile == OMX_AUDIO_AACObjectHE_PS) { return AOT_PS; } else if (profile == OMX_AUDIO_AACObjectLD) { return AOT_ER_AAC_LD; } else if (profile == OMX_AUDIO_AACObjectELD) { return AOT_ER_AAC_ELD; } else { Loading