Home
last modified time | relevance | path

Searched refs:the_format (Results 1 - 1 of 1) sorted by relevance

/third_party/lame/ACM/
H A DACM.cpp570 DWORD the_format = WAVE_FORMAT_UNKNOWN; // the format to give details in OnFormatTagDetails() local
585 the_format = PERSONAL_FORMAT; in OnFormatTagDetails()
588 the_format = WAVE_FORMAT_PCM; in OnFormatTagDetails()
604 the_format = WAVE_FORMAT_PCM; in OnFormatTagDetails()
607 the_format = PERSONAL_FORMAT; in OnFormatTagDetails()
624 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "OnFormatTagDetails the_format = 0x%08X",the_format); in OnFormatTagDetails()
625 switch(the_format) in OnFormatTagDetails()
647 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "OnFormatTagDetails Unknown format 0x%08X",the_format); in OnFormatTagDetails()
650 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "OnFormatTagDetails %d possibilities for format 0x%08X",a_FormatTagDetails->cStandardFormats,the_format); in OnFormatTagDetails()
[all...]

Completed in 2 milliseconds