Searched refs:endPos (Results 1 – 2 of 2) sorted by relevance
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 );[all …]
51 DspAddress endPos = GetDspAddressBySample( dataAddr, offset, SAMPLE_FORMAT_DSP_ADPCM ); in CalcOffsetDspAdpcmParam() local53 while ( currentPos < endPos ) in CalcOffsetDspAdpcmParam()