Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33e7f547 authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by Ray Essick
Browse files

SoftXaac: Add OMX_AUDIO_AACObjectXHE to supported profiles list

OMX_AUDIO_AACObjectXHE enum was missing from supported profiles list
in SoftXaac plugin though it is supported

Bug: 112310991
Test: cts-tradefed run commandAndExit cts-dev --abi armeabi-v7a\
 -m CtsMediaTestCases -t android.media.cts.DecoderTestXheAac

Change-Id: I37d14662f89fb65f8196363a5c26bb63583d81b9
parent 0d97cec0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ static void InitOMXParams(T* params) {

static const OMX_U32 kSupportedProfiles[] = {
    OMX_AUDIO_AACObjectLC, OMX_AUDIO_AACObjectHE,  OMX_AUDIO_AACObjectHE_PS,
    OMX_AUDIO_AACObjectLD, OMX_AUDIO_AACObjectELD,
    OMX_AUDIO_AACObjectLD, OMX_AUDIO_AACObjectELD, OMX_AUDIO_AACObjectXHE
};

SoftXAAC::SoftXAAC(const char* name, const OMX_CALLBACKTYPE* callbacks, OMX_PTR appData,