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

Commit be019a84 authored by Ray Essick's avatar Ray Essick Committed by android-build-merger
Browse files

Merge "Collected Patches from Ittiam" into pi-dev

am: bebb9d11

Change-Id: Iaae2b97c513d124c29f4fccf1a6668e1a0e28d69
parents 3f60f867 bebb9d11
Loading
Loading
Loading
Loading
+177 −116

File changed.

Preview size limit exceeded, changes collapsed.

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

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


    void*       mMemoryArray[MAX_MEM_ALLOCS];
    int32_t     mMallocCount;