Home
last modified time | relevance | path

Searched refs:endPos (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/platform/
Dsnd_HardwareChannelAX.cppi167 DspAddress endPos = beginPos;
171 endPos += ( HardwareManager::ZERO_BUFFER_SIZE << 1 );
174 endPos += ( HardwareManager::ZERO_BUFFER_SIZE );
181 endPos += ( HardwareManager::ZERO_BUFFER_SIZE >> 1 );
188 if ( beginPos <= dspAddr && dspAddr < endPos ) {
218 DspAddress endPos = GetDspAddressBySample( baseAddress, samples-1, m_Format );
221 SetVoiceEndAddr( endPos );
287 DspAddress endPos;
295 endPos = GetDspAddressBySample( zeroBuffer, 1, m_Format );
309 endPos = GetDspAddressBySample( waveAddr, loopEnd-1, m_Format );
[all …]
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_HardwareChannel.cpp53 DspAddress endPos = GetDspAddressBySample( dataAddr, offset, SAMPLE_FORMAT_DSP_ADPCM ); in CalcOffsetDspAdpcmParam() local
55 while ( currentPos < endPos ) in CalcOffsetDspAdpcmParam()