mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/awbaudioplaycontroller/Src/AWBAudioPlayControllerHwDecoder.cpp
equal
deleted
inserted
replaced
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 { |