Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamTrack.h66 nn::snd::AdpcmContext m_AdpcmContext[ADPCM_CONTEXT_NUM]; member
Dsnd_Channel.h109 nn::snd::AdpcmContext m_AdpcmContext[Voice::CHANNEL_MAX]; variable
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp728 m_Channels[ch].m_AdpcmContext[StreamChannel::ADPCM_CONTEXT_HEAD]; in LoadHeader()
736 m_Channels[ch].m_AdpcmContext[StreamChannel::ADPCM_CONTEXT_LOOP]; in LoadHeader()
836 pBuffer->pAdpcmContext = &m_Channels[currentChannel].m_AdpcmContext[ in LoadStreamData()
842 pBuffer->pAdpcmContext = &m_Channels[currentChannel].m_AdpcmContext[ in LoadStreamData()
Dsnd_Channel.cpp364 nn::snd::AdpcmContext& adpcmContext = m_AdpcmContext[ch]; in AppendWaveBuffer()