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