Home
last modified time | relevance | path

Searched refs:GetSampleFormat (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveFileReader.h29 static SampleFormat GetSampleFormat( u8 encodeMethod );
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveFileReader.cpp74 SampleFormat WaveFileReader::GetSampleFormat( u8 format ) in GetSampleFormat() function in nw::snd::internal::WaveFileReader
120 const SampleFormat format = GetSampleFormat( m_pInfoBlockBody->encoding ); in ReadWaveInfo()
Dsnd_StreamSoundPlayer.cpp299 sampleBufferLen, WaveFileReader::GetSampleFormat(m_StreamInfo.encodeMethod) ); in Start()
308 waveInfo.sampleFormat = WaveFileReader::GetSampleFormat( m_StreamInfo.encodeMethod ); in Start()
411 if ( WaveFileReader::GetSampleFormat( m_StreamInfo.encodeMethod ) in IsDspAdpcm()
2104 …if ( WaveFileReader::GetSampleFormat( command->streamInfo.encodeMethod ) == SAMPLE_FORMAT_DSP_ADPC… in LoadHeader()