Searched refs:DEBUG_LEVEL_FUNC_CODE (Results 1 – 5 of 5) sorted by relevance
/third_party/lame/ACM/ |
D | ACM.cpp | 496 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "ACM_FORMATDETAILS a_Query = 0x%08X",a_Query); in OnFormatDetails() 501 …my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "enter ACM_FORMATDETAILSF_INDEX for index 0x%04X:%03d",a_Fo… in OnFormatDetails() 509 …my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "format in : channels %d, sample rate %d", WaveExt->nChann… in OnFormatDetails() 511 …my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "format out : channels %d, sample rate %d", WaveExt->nChann… in OnFormatDetails() 516 …my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "ACM_FORMATDETAILSF_INDEX unknown index 0x%04X:%03d",a_Form… in OnFormatDetails() 526 …my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "format in : channels %d, sample rate %d", WaveExt->nChann… in OnFormatDetails() 528 …my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "format out : channels %d, sample rate %d", WaveExt->nChann… in OnFormatDetails() 533 …my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "ACM_FORMATDETAILSF_INDEX unknown index 0x%04X:%03d",a_Form… in OnFormatDetails() 538 …my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "Unknown a_FormatDetails->dwFormatTag = 0x%08X",a_FormatDet… in OnFormatDetails() 546 …my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "enter ACM_FORMATDETAILSF_FORMAT : 0x%04X:%03d, format in :… in OnFormatDetails() [all …]
|
D | main.cpp | 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() 145 debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "CLOSED instance 0x%08X",ThisACM); in DriverProc()
|
D | DecodeStream.cpp | 176 …my_debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "Result = %d (OutputInputRatio = %f)",Result,OutputInputRa… in GetOutputSizeForInput() 232 …my_debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "UsedSize = %d / EncodedSize = %d, result = %d, ret = %s",… in ConvertBuffer()
|
D | adebug.h | 36 #define DEBUG_LEVEL_FUNC_CODE 3 macro
|
D | ACMStream.cpp | 307 my_debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "Result = %d",Result); in GetOutputSizeForInput() 343 …my_debug->OutPut(DEBUG_LEVEL_FUNC_CODE, "UsedSize = %d / EncodedSize = %d, result = %d (%d <= %d)"… in ConvertBuffer()
|