Home
last modified time | relevance | path

Searched refs:FillWaveFormatEx (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DMACLib.cpp122 int __stdcall FillWaveFormatEx(WAVEFORMATEX * pWaveFormatEx, int nSampleRate, int nBitsPerSample, i… in FillWaveFormatEx() function
H A DMACLib.h449 …DLLEXPORT int __stdcall FillWaveFormatEx(WAVEFORMATEX * pWaveFormatEx, int nSampleRate = 44100, in…
H A DWAVInputSource.cpp178FillWaveFormatEx(&m_wfeSource, WAVFormatHeader.nSamplesPerSecond, WAVFormatHeader.nBitsPerSample, … in AnalyzeSource()
H A DAPEInfo.cpp309FillWaveFormatEx(pWaveFormatEx, m_APEFileInfo.nSampleRate, m_APEFileInfo.nBitsPerSample, m_APEFile… in GetInfo()