mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/awbaudioplaycontroller/Src/AWBAudioPlayControllerHwDecoder.cpp
branchRCL_3
changeset 46 0ac9a5310753
parent 45 095bea5f582e
equal deleted inserted replaced
45:095bea5f582e 46:0ac9a5310753
   144 
   144 
   145     iOutBuffer = new (ELeave) TUint8[iOutFrameLength];
   145     iOutBuffer = new (ELeave) TUint8[iOutFrameLength];
   146     iOutBufferPtr = iOutBuffer;
   146     iOutBufferPtr = iOutBuffer;
   147 
   147 
   148     iAccLen = 0;
   148     iAccLen = 0;
   149 
   149     iEnabled = ETrue;
   150     DP0(_L ("CAWBAudioPlayControllerDecoder::Reset - Exit"));
   150     DP0(_L ("CAWBAudioPlayControllerDecoder::Reset - Exit"));
   151 	}
   151 	}
   152 
   152 
   153 TCodecProcessResult CAWBAudioPlayControllerDecoder::ProcessL(CMMFBuffer& aSrc, CMMFBuffer& aDst)
   153 TCodecProcessResult CAWBAudioPlayControllerDecoder::ProcessL(CMMFBuffer& aSrc, CMMFBuffer& aDst)
   154 	{
   154 	{