Searched refs:WaveExt (Results 1 - 1 of 1) sorted by relevance
/third_party/lame/ACM/ |
H A D | ACM.cpp | 504 LPWAVEFORMATEX WaveExt; in OnFormatDetails() local 505 WaveExt = a_FormatDetails->pwfx; in OnFormatDetails() 507 WaveExt->wFormatTag = PERSONAL_FORMAT; in OnFormatDetails() 509 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "format in : channels %d, sample rate %d", WaveExt->nChannels, WaveExt->nSamplesPerSec); in OnFormatDetails() 510 GetMP3FormatForIndex(a_FormatDetails->dwFormatIndex, *WaveExt, a_FormatDetails->szFormat); in OnFormatDetails() 511 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "format out : channels %d, sample rate %d", WaveExt->nChannels, WaveExt->nSamplesPerSec); in OnFormatDetails() 521 LPWAVEFORMATEX WaveExt; in OnFormatDetails() local 522 WaveExt in OnFormatDetails() 543 LPWAVEFORMATEX WaveExt; OnFormatDetails() local [all...] |
Completed in 2 milliseconds