Lines Matching refs:DecodeStream
39 #include "DecodeStream.h"
43 DecodeStream * DecodeStream::Create()
45 DecodeStream * Result;
47 Result = new DecodeStream;
52 const bool DecodeStream::Erase(const DecodeStream * a_ACMStream)
60 DecodeStream::DecodeStream() :
87 my_debug->OutPut(DEBUG_LEVEL_FUNC_START, "DecodeStream Creation (0X%08X)",this);
91 debug.OutPut("DecodeStream::ACMACMStream : Impossible to create my_debug");
96 DecodeStream::~DecodeStream()
102 my_debug->OutPut(DEBUG_LEVEL_FUNC_START, "DecodeStream Deletion (0X%08X)",this);
107 bool DecodeStream::init(const int nSamplesPerSec, const int nChannels, const int nAvgBytesPerSec, const int nSourceBitrate)
121 bool DecodeStream::open()
130 bool DecodeStream::close(LPBYTE pOutputBuffer, DWORD *pOutputSize)
166 DWORD DecodeStream::GetOutputSizeForInput(const DWORD the_SrcLength) const
181 bool DecodeStream::ConvertBuffer(LPACMDRVSTREAMHEADER a_StreamHeader)
187 my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "enter DecodeStream::ConvertBuffer");
237 my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "DecodeStream::ConvertBuffer result = %d",result);