Lines Matching refs:endPos
167 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 );
317 addr.endAddressHi = static_cast<u16>( endPos >> 16 );
318 addr.endAddressLo = static_cast<u16>( endPos & 0xFFFF );