mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/amraudioplaycontroller/Src/AMRAudioPlayControllerHwDecoder.cpp
branchRCL_3
changeset 19 095bea5f582e
parent 12 2eb3b066cc7d
child 20 0ac9a5310753
equal deleted inserted replaced
18:a36789189b53 19:095bea5f582e
   138 
   138 
   139     iOutBuffer = new (ELeave) TUint8[iOutFrameLength];
   139     iOutBuffer = new (ELeave) TUint8[iOutFrameLength];
   140     iOutBufferPtr = iOutBuffer;
   140     iOutBufferPtr = iOutBuffer;
   141 
   141 
   142     iAccLen = 0;
   142     iAccLen = 0;
   143     iEnabled = ETrue;
       
   144 
   143 
   145     DP0(_L ("CAMRAudioPlayControllerDecoder::Reset - Exit"));
   144     DP0(_L ("CAMRAudioPlayControllerDecoder::Reset - Exit"));
   146 	}
   145 	}
   147 
   146 
   148 TCodecProcessResult CAMRAudioPlayControllerDecoder::ProcessL(CMMFBuffer& aSrc, CMMFBuffer& aDst)
   147 TCodecProcessResult CAMRAudioPlayControllerDecoder::ProcessL(CMMFBuffer& aSrc, CMMFBuffer& aDst)