mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Src/AACAudioPlayControllerHwDecoder.cpp
branchRCL_3
changeset 45 095bea5f582e
parent 41 a36789189b53
child 46 0ac9a5310753
equal deleted inserted replaced
41:a36789189b53 45:095bea5f582e
    19 
    19 
    20 
    20 
    21 // INCLUDE FILES
    21 // INCLUDE FILES
    22 #include "AACAudioPlayControllerDecoder.h"
    22 #include "AACAudioPlayControllerDecoder.h"
    23 #include "DebugMacros.h"
    23 #include "DebugMacros.h"
    24 #include <Mmfcodec.h>
    24 #include <mmfcodec.h>
    25 
    25 
    26 #include <mmfpaniccodes.h>
    26 #include <mmfpaniccodes.h>
    27 
    27 
    28 // New eAAC+ custom interface is used only when using DSP decoder and 
    28 // New eAAC+ custom interface is used only when using DSP decoder and 
    29 // the eAAC+ feature is turned on.
    29 // the eAAC+ feature is turned on.
   290     iOutBufferPtr = iOutBuffer;
   290     iOutBufferPtr = iOutBuffer;
   291 
   291 
   292     iAccLen = 0;
   292     iAccLen = 0;
   293 
   293 
   294 	iAacUtil->Config(iFrameLenConfig);
   294 	iAacUtil->Config(iFrameLenConfig);
   295 	iEnabled = ETrue;
       
   296     DP0(_L ("CAACAudioPlayControllerDecoder::Reset - Exit"));
   295     DP0(_L ("CAACAudioPlayControllerDecoder::Reset - Exit"));
   297 	}
   296 	}
   298 	
   297 	
   299 TCodecProcessResult CAACAudioPlayControllerDecoder::ProcessL(CMMFBuffer& aSrc, CMMFBuffer& aDst)
   298 TCodecProcessResult CAACAudioPlayControllerDecoder::ProcessL(CMMFBuffer& aSrc, CMMFBuffer& aDst)
   300 	{
   299 	{
   381 
   380 
   382 TInt CAACAudioPlayControllerDecoder::CodecCmd(TCodecCmd /*aCmd*/)
   381 TInt CAACAudioPlayControllerDecoder::CodecCmd(TCodecCmd /*aCmd*/)
   383 	{
   382 	{
   384 	return KErrNotSupported;
   383 	return KErrNotSupported;
   385 	}
   384 	}
   386 TBool CAACAudioPlayControllerDecoder::IsDecodingSufficient()
       
   387     {
       
   388     RDebug::Printf("CAACAudioPlayControllerDecoder::IsDecodingSufficient");
       
   389     return ETrue;
       
   390     }
       
   391 
   385 
   392 // End of file
   386 // End of file