Searched refs:FillWaveFormatEx (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/ |
H A D | MACLib.cpp | 122 int __stdcall FillWaveFormatEx(WAVEFORMATEX * pWaveFormatEx, int nSampleRate, int nBitsPerSample, i… in FillWaveFormatEx() function
|
H A D | MACLib.h | 449 …DLLEXPORT int __stdcall FillWaveFormatEx(WAVEFORMATEX * pWaveFormatEx, int nSampleRate = 44100, in…
|
H A D | WAVInputSource.cpp | 178 …FillWaveFormatEx(&m_wfeSource, WAVFormatHeader.nSamplesPerSecond, WAVFormatHeader.nBitsPerSample, … in AnalyzeSource()
|
H A D | APEInfo.cpp | 309 …FillWaveFormatEx(pWaveFormatEx, m_APEFileInfo.nSampleRate, m_APEFileInfo.nBitsPerSample, m_APEFile… in GetInfo()
|