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

Commit 93f3d160 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4826885 from bebb9d11 to pi-release

Change-Id: Idb54880a66d7426557e47b305ab48016a2a0a182
parents 5a269839 bebb9d11
Loading
Loading
Loading
Loading
+181 −126

File changed.

Preview size limit exceeded, changes collapsed.

+6 −6
Original line number Original line Diff line number Diff line
@@ -103,7 +103,7 @@ private:
                         int32_t *bytesConsumed,
                         int32_t *bytesConsumed,
                         int32_t *outBytes);
                         int32_t *outBytes);


    void configflushDecode();
    int configflushDecode();
    IA_ERRORCODE getXAACStreamInfo();
    IA_ERRORCODE getXAACStreamInfo();
    IA_ERRORCODE setXAACDRCInfo(int32_t drcCut,
    IA_ERRORCODE setXAACDRCInfo(int32_t drcCut,
                                int32_t drcBoost,
                                int32_t drcBoost,
@@ -129,11 +129,11 @@ private:
    int32_t     mChannelMask;
    int32_t     mChannelMask;
    bool        mIsCodecInitialized;
    bool        mIsCodecInitialized;
    bool        mIsCodecConfigFlushRequired;
    bool        mIsCodecConfigFlushRequired;
    int8_t *drc_ip_buf;
    int8_t *mDrcInBuf;
    int8_t *drc_op_buf;
    int8_t *mDrcOutBuf;
    int32_t mpegd_drc_present;
    int32_t mMpegDDRCPresent;
    int32_t drc_flag;
    int32_t mDRCFlag;
//    int32_t is_drc_enabled;



    void*       mMemoryArray[MAX_MEM_ALLOCS];
    void*       mMemoryArray[MAX_MEM_ALLOCS];
    int32_t     mMallocCount;
    int32_t     mMallocCount;