Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/platform/
Dsnd_HardwareChannelAX.cppi165 DspAddress endPos = beginPos;
169 endPos += ( HardwareManager::ZERO_BUFFER_SIZE << 1 );
172 endPos += ( HardwareManager::ZERO_BUFFER_SIZE );
179 endPos += ( HardwareManager::ZERO_BUFFER_SIZE >> 1 );
186 if ( beginPos <= dspAddr && dspAddr < endPos ) {
216 DspAddress endPos = GetDspAddressBySample( baseAddress, samples-1, m_Format );
219 SetVoiceEndAddr( endPos );
285 DspAddress endPos;
293 endPos = GetDspAddressBySample( zeroBuffer, 1, m_Format );
307 endPos = GetDspAddressBySample( waveAddr, loopEnd-1, m_Format );
[all …]
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_HardwareChannel.cpp51 DspAddress endPos = GetDspAddressBySample( dataAddr, offset, SAMPLE_FORMAT_DSP_ADPCM ); in CalcOffsetDspAdpcmParam() local
53 while ( currentPos < endPos ) in CalcOffsetDspAdpcmParam()