Home
last modified time | relevance | path

Searched refs:FrameToByte (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Channel.cpp353 u32 loopStartByte = Voice::FrameToByte( m_LoopStartFrame, waveInfo.sampleFormat ); in AppendWaveBuffer()
354 u32 loopEndByte = Voice::FrameToByte( waveInfo.loopEndFrame, waveInfo.sampleFormat ); in AppendWaveBuffer()
Dsnd_Voice.cpp1719 u32 Voice::FrameToByte( u32 sample, nw::snd::SampleFormat format ) in FrameToByte() function in nw::snd::internal::driver::Voice
/NW4C-2.0.3/include/nw/snd/
Dsnd_Voice.h294 static u32 FrameToByte( u32 sample, nw::snd::SampleFormat format );
/NW4C-2.0.3/demos/snd/withSdk/sources/
Dmain.cpp263 int offset = nn::snd::Bcwav::FrameToByte( info.encoding, info.loopStartFrame ); in InitializeSdkVoice()
/NW4C-2.0.3/demos/snd/createSoundThreadManually/sources/
Dmain.cpp288 int offset = nn::snd::Bcwav::FrameToByte( info.encoding, info.loopStartFrame ); in InitializeSdkVoice()