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