Lines Matching refs:DspAddress
55 HardwareChannel::DspAddress HardwareChannel::GetDspAddressBySample(
65 HardwareChannel::DspAddress addr = 0;
71 ( reinterpret_cast<HardwareChannel::DspAddress>( baseAddress ) << 1 ) +
78 reinterpret_cast<HardwareChannel::DspAddress>( baseAddress ) +
85 ( reinterpret_cast<HardwareChannel::DspAddress>( baseAddress ) >> 1 ) +
101 DspAddress addr,
114 samples = addr - ( reinterpret_cast<DspAddress>( baseAddress ) << 1 );
119 samples = addr - reinterpret_cast<DspAddress>( baseAddress );
123 samples = addr - ( reinterpret_cast<DspAddress>( baseAddress ) >> 1 );
162 DspAddress dspAddr = GetCurrentPlayingDspAddress();
166 DspAddress beginPos = GetDspAddressBySample( zeroBuffer, 0, m_Format );
167 DspAddress endPos = beginPos;
217 DspAddress beginPos = GetDspAddressBySample( zeroBuffer, 0, m_Format );
218 DspAddress endPos = GetDspAddressBySample( baseAddress, samples-1, m_Format );
285 DspAddress startPos;
286 DspAddress loopPos;
287 DspAddress endPos;
535 HardwareChannel::DspAddress HardwareChannel::GetCurrentPlayingDspAddress() const
539 DspAddress dspAddr = static_cast<DspAddress>(
545 HardwareChannel::DspAddress HardwareChannel::GetLoopStartDspAddress() const
549 DspAddress dspAddr = static_cast<DspAddress>(
555 HardwareChannel::DspAddress HardwareChannel::GetLoopEndDspAddress() const
559 DspAddress dspAddr = static_cast<DspAddress>(
575 DspAddress dspAddr = GetCurrentPlayingDspAddress();
580 DspAddress dspAddressBegin = GetDspAddressBySample(
585 DspAddress dspAddressEnd = GetDspAddressBySample(