Home
last modified time | relevance | path

Searched refs:OutPut (Results 1 – 7 of 7) sorted by relevance

/third_party/lame/ACM/
DACMStream.cpp83 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" ); b… in open()
205 …case JOINT_STEREO: my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "mode =Joint-Stereo… in open()
206 …case DUAL_CHANNEL: my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "mode =Forced Stere… in open()
207 …case MONO: my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "mode =Mono" ); bre… in open()
[all …]
DACM.cpp278 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()
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_MSG, "DRV_CONFIGURE"); in DriverProcedure()
390 my_debug.OutPut(DEBUG_LEVEL_MSG, "ACMDM_DRIVER_ABOUT"); in DriverProcedure()
398 my_debug.OutPut(DEBUG_LEVEL_MSG, "ACMDM_DRIVER_DETAILS"); in DriverProcedure()
[all …]
Dmain.cpp97 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()
159 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_LOAD, %s %s", __DATE__, __TIME__); in DriverProc()
170 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_ENABLE"); in DriverProc()
181 debug->OutPut(DEBUG_LEVEL_MSG, "DRV_DISABLE"); in DriverProc()
[all …]
DDecodeStream.cpp83 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,OutputInputRa… 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",… in ConvertBuffer()
237 my_debug->OutPut(DEBUG_LEVEL_FUNC_DEBUG, "DecodeStream::ConvertBuffer result = %d",result); in ConvertBuffer()
DAEncodeProperties.cpp184 the_prop->my_debug.OutPut("there hwnd = 0x%08X",hwndDlg); in ConfigProc()
400 my_debug.OutPut("here"); in Config()
526 my_debug.OutPut("call UpdateConfigs"); in InitConfigDlg()
530 my_debug.OutPut("call UpdateDlgFromValue"); in InitConfigDlg()
535 my_debug.OutPut("finished InitConfigDlg"); in InitConfigDlg()
676 my_debug.OutPut("nChannelIndex %d, bCRC %d, bCopyright %d, bOriginal %d, bPrivate %d",nChannelIndex… in UpdateValueFromDlg()
898 my_debug.OutPut("store path = %s",my_store_location.c_str()); in AEncodeProperties()
906 my_debug.OutPut("AEncodeProperties creation completed (0x%08X)",this); in AEncodeProperties()
1518 my_debug.OutPut("my_hModule = 0x%08X",my_hModule); in HandleDialogCommand()
1570 my_debug.OutPut("before : nChannelIndex %d, bCRC %d, bCopyright %d, bOriginal %d, bPrivate %d",nCha… in HandleDialogCommand()
[all …]
/third_party/lame/ACM/ADbg/
DADbg.cpp55 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()
DADbg.h52 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
102 inline int OutPut(const char * format,...) const { in OutPut() function