Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveFileReader.h31 static SampleFormat GetSampleFormat( u8 encodeMethod );
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveFileReader.cpp76 SampleFormat WaveFileReader::GetSampleFormat( u8 format ) in GetSampleFormat() function in nw::snd::internal::WaveFileReader
122 const SampleFormat format = GetSampleFormat( m_pInfoBlockBody->encoding ); in ReadWaveInfo()
Dsnd_StreamSoundPlayer.cpp310 sampleBufferLen, WaveFileReader::GetSampleFormat(m_StreamInfo.encodeMethod) ); in Start()
319 waveInfo.sampleFormat = WaveFileReader::GetSampleFormat( m_StreamInfo.encodeMethod ); in Start()
422 if ( WaveFileReader::GetSampleFormat( m_StreamInfo.encodeMethod ) in IsDspAdpcm()
2239 …if ( WaveFileReader::GetSampleFormat( command->streamInfo.encodeMethod ) == SAMPLE_FORMAT_DSP_ADPC… in LoadHeader()