Home
last modified time | relevance | path

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

/third_party/lame/ACM/
H A DACM.cpp565 \param a_FormatTagDetails will be filled with all the corresponding data
567 inline DWORD ACM::OnFormatTagDetails(LPACMFORMATTAGDETAILS a_FormatTagDetails, const LPARAM a_Query) in OnFormatTagDetails() argument
572 if (a_FormatTagDetails->cbStruct >= sizeof(*a_FormatTagDetails)) { in OnFormatTagDetails()
579 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "get ACM_FORMATTAGDETAILSF_INDEX for index %03d",a_FormatTagDetails->dwFormatTagIndex); in OnFormatTagDetails()
581 if (a_FormatTagDetails->dwFormatTagIndex < FORMAT_TAG_MAX_NB) { in OnFormatTagDetails()
582 switch (a_FormatTagDetails->dwFormatTagIndex) in OnFormatTagDetails()
594 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "ACM_FORMATTAGDETAILSF_INDEX for unsupported index %03d",a_FormatTagDetails->dwFormatTagIndex); in OnFormatTagDetails()
601 switch (a_FormatTagDetails->dwFormatTag) in OnFormatTagDetails()
612 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "get ACM_FORMATTAGDETAILSF_FORMATTAG for index 0x%02X, cStandardFormats = %d",a_FormatTagDetails in OnFormatTagDetails()
[all...]
H A DACM.h75 inline DWORD OnFormatTagDetails(LPACMFORMATTAGDETAILS a_FormatTagDetails, const LPARAM a_Query);

Completed in 3 milliseconds