Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_StreamTrack.h64 nn::snd::AdpcmContext m_AdpcmContext[ADPCM_CONTEXT_NUM]; member
Dsnd_Channel.h107 nn::snd::AdpcmContext m_AdpcmContext[Voice::CHANNEL_MAX]; variable
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_StreamSoundPlayer.cpp682 m_Channels[ch].m_AdpcmContext[StreamChannel::ADPCM_CONTEXT_HEAD]; in LoadHeader()
690 m_Channels[ch].m_AdpcmContext[StreamChannel::ADPCM_CONTEXT_LOOP]; in LoadHeader()
789 pBuffer->pAdpcmContext = &m_Channels[currentChannel].m_AdpcmContext[ in LoadStreamData()
795 pBuffer->pAdpcmContext = &m_Channels[currentChannel].m_AdpcmContext[ in LoadStreamData()
Dsnd_Channel.cpp362 nn::snd::AdpcmContext& adpcmContext = m_AdpcmContext[ch]; in AppendWaveBuffer()