/third_party/lame/ACM/ |
H A D | ACMStream.cpp | 83 my_debug->OutPut("Debug file is %s",(char *)DebugFileName); in ACMStream() 87 my_debug->OutPut(DEBUG_LEVEL_FUNC_START, "ACMStream Creation (0X%08X)",this); in ACMStream() 91 debug.OutPut("ACMStream::ACMACMStream : Impossible to create my_debug"); in ACMStream() 103 my_debug->OutPut(DEBUG_LEVEL_FUNC_START, "ACMStream Deletion (0X%08X)",this); in ~ACMStream() 200 my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "version =%d",lame_get_version( gfp ) ); in open() 201 my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "Layer =3"); in open() 204 case STEREO: my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "mode =Stereo" ); break; in open() 205 case JOINT_STEREO: my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "mode =Joint-Stereo" ); break; in open() 206 case DUAL_CHANNEL: my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "mode =Forced Stereo" ); break; in open() 207 case MONO: my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBU in open() [all...] |
H A D | ACM.cpp | 157 my_debug.OutPut(DEBUG_LEVEL_FUNC_START, "ACM : Configure (Parent Window = 0x%08X)",hParentWindow); 278 my_debug.OutPut(DEBUG_LEVEL_FUNC_START, "ACM : About (Parent Window = 0x%08X)",hParentWindow); in About() 319 my_debug.OutPut("Debug file is %s",(char *)DebugFileName); in ACM() 326 my_debug.OutPut(DEBUG_LEVEL_FUNC_START, "New ACM Creation (0x%08X)",this); in ACM() 336 my_debug.OutPut(DEBUG_LEVEL_FUNC_START, "ACM Deleted (0x%08X)",this); in ~ACM() 347 //my_debug.OutPut(DEBUG_LEVEL_MSG, "message 0x%08X for ThisACM 0x%08X", msg, this); in DriverProcedure() 351 my_debug.OutPut(DEBUG_LEVEL_MSG, "DRV_INSTALL"); in DriverProcedure() 359 my_debug.OutPut(DEBUG_LEVEL_MSG, "DRV_REMOVE"); in DriverProcedure() 364 my_debug.OutPut(DEBUG_LEVEL_MSG, "DRV_QUERYCONFIGURE"); in DriverProcedure() 371 my_debug.OutPut(DEBUG_LEVEL_MS in DriverProcedure() [all...] |
H A D | main.cpp | 97 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_OPEN (ID 0x%08X), pDesc = 0x%08X",dwDriverId,lParam2); in DriverProc() 99 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_OPEN (ID 0x%08X), pDesc = NULL",dwDriverId); in DriverProc() 108 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "wrong pDesc->fccType (0x%08X)",pDesc->fccType); in DriverProc() 115 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "pDesc == NULL"); in DriverProc() 123 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "OPENED instance 0x%08X",ThisACM); in DriverProc() 138 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_CLOSE"); in DriverProc() 145 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "CLOSED instance 0x%08X",ThisACM); in DriverProc() 158 // debug->OutPut(DEBUG_LEVEL_MSG, "DRV_LOAD, version %s %s %s", ACM_VERSION, __DATE__, __TIME__); in DriverProc() 159 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_LOAD, %s %s", __DATE__, __TIME__); in DriverProc() 170 debug->OutPut(DEBUG_LEVEL_MS in DriverProc() [all...] |
H A D | DecodeStream.cpp | 83 my_debug->OutPut("Debug file is %s",(char *)DebugFileName); in DecodeStream() 87 my_debug->OutPut(DEBUG_LEVEL_FUNC_START, "DecodeStream Creation (0X%08X)",this); in DecodeStream() 91 debug.OutPut("DecodeStream::ACMACMStream : Impossible to create my_debug"); in DecodeStream() 102 my_debug->OutPut(DEBUG_LEVEL_FUNC_START, "DecodeStream Deletion (0X%08X)",this); in ~DecodeStream() 176 my_debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "Result = %d (OutputInputRatio = %f)",Result,OutputInputRatio); in GetOutputSizeForInput() 187 my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "enter DecodeStream::ConvertBuffer"); in ConvertBuffer() 232 my_debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "UsedSize = %d / EncodedSize = %d, result = %d, ret = %s", a_StreamHeader->cbSrcLengthUsed, a_StreamHeader->cbDstLengthUsed, result, in ConvertBuffer() 237 my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "DecodeStream::ConvertBuffer result = %d",result); in ConvertBuffer()
|
H A D | AEncodeProperties.cpp | 139 //tst.OutPut("init folder to %s ",the_prop->GetOutputDirectory()); 155 //tst.OutPut("change folder to %s ",FolderName); 184 the_prop->my_debug.OutPut("there hwnd = 0x%08X",hwndDlg); in ConfigProc() 400 my_debug.OutPut("here"); 526 my_debug.OutPut("call UpdateConfigs"); 530 my_debug.OutPut("call UpdateDlgFromValue"); 535 my_debug.OutPut("finished InitConfigDlg"); 676 my_debug.OutPut("nChannelIndex %d, bCRC %d, bCopyright %d, bOriginal %d, bPrivate %d",nChannelIndex, bCRC, bCopyright, bOriginal, bPrivate); 898 my_debug.OutPut("store path = %s",my_store_location.c_str()); 906 my_debug.OutPut("AEncodePropertie [all...] |
/third_party/lame/ACM/ADbg/ |
H A D | ADbg.cpp | 55 OutPut(-1,"ADbg Creation at debug level = %d (0x%08X)",my_level,this); in ADbg() 61 OutPut(-1,"ADbg Deletion (0x%08X)",this); in ~ADbg() 116 int ADbg::OutPut(int forLevel, const char * format,...) const in OutPut() function in ADbg 133 int ADbg::OutPut(const char * format,...) const in OutPut() function in ADbg 156 OutPut(-1,"Debug file Opening succeeded"); in setDebugFile() 160 OutPut(-1,"Debug file %s Opening failed",NewFilename); in setDebugFile() 173 OutPut(-1,"Debug file Closing succeeded"); in unsetDebugFile()
|
H A D | ADbg.h | 52 int OutPut(int level, const char * format,...) const; 54 int OutPut(const char * format,...) const; 98 inline int OutPut(int level, const char * format,...) const { in OutPut() function in ADbg 102 inline int OutPut(const char * format,...) const { in OutPut() function in ADbg
|