Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A DACM.cpp490 \param a_FormatDetails will be filled with all the corresponding data
492 inline DWORD ACM::OnFormatDetails(LPACMFORMATDETAILS a_FormatDetails, const LPARAM a_Query) in OnFormatDetails() argument
501 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "enter ACM_FORMATDETAILSF_INDEX for index 0x%04X:%03d",a_FormatDetails->dwFormatTag,a_FormatDetails->dwFormatIndex); in OnFormatDetails()
502 if (a_FormatDetails->dwFormatTag == PERSONAL_FORMAT) { in OnFormatDetails()
503 if (a_FormatDetails->dwFormatIndex < GetNumberEncodingFormats()) { in OnFormatDetails()
505 WaveExt = a_FormatDetails->pwfx; in OnFormatDetails()
510 GetMP3FormatForIndex(a_FormatDetails->dwFormatIndex, *WaveExt, a_FormatDetails->szFormat); in OnFormatDetails()
516 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "ACM_FORMATDETAILSF_INDEX unknown index 0x%04X:%03d",a_FormatDetails in OnFormatDetails()
[all...]
H A DACM.h76 inline DWORD OnFormatDetails(LPACMFORMATDETAILS a_FormatDetails, const LPARAM a_Query);

Completed in 3 milliseconds