Lines Matching refs:DspAddress
53 HardwareChannel::DspAddress HardwareChannel::GetDspAddressBySample(
63 HardwareChannel::DspAddress addr = 0;
69 ( reinterpret_cast<HardwareChannel::DspAddress>( baseAddress ) << 1 ) +
76 reinterpret_cast<HardwareChannel::DspAddress>( baseAddress ) +
83 ( reinterpret_cast<HardwareChannel::DspAddress>( baseAddress ) >> 1 ) +
99 DspAddress addr,
112 samples = addr - ( reinterpret_cast<DspAddress>( baseAddress ) << 1 );
117 samples = addr - reinterpret_cast<DspAddress>( baseAddress );
121 samples = addr - ( reinterpret_cast<DspAddress>( baseAddress ) >> 1 );
160 DspAddress dspAddr = GetCurrentPlayingDspAddress();
164 DspAddress beginPos = GetDspAddressBySample( zeroBuffer, 0, m_Format );
165 DspAddress endPos = beginPos;
215 DspAddress beginPos = GetDspAddressBySample( zeroBuffer, 0, m_Format );
216 DspAddress endPos = GetDspAddressBySample( baseAddress, samples-1, m_Format );
283 DspAddress startPos;
284 DspAddress loopPos;
285 DspAddress endPos;
533 HardwareChannel::DspAddress HardwareChannel::GetCurrentPlayingDspAddress() const
537 DspAddress dspAddr = static_cast<DspAddress>(
543 HardwareChannel::DspAddress HardwareChannel::GetLoopStartDspAddress() const
547 DspAddress dspAddr = static_cast<DspAddress>(
553 HardwareChannel::DspAddress HardwareChannel::GetLoopEndDspAddress() const
557 DspAddress dspAddr = static_cast<DspAddress>(
573 DspAddress dspAddr = GetCurrentPlayingDspAddress();
578 DspAddress dspAddressBegin = GetDspAddressBySample(
583 DspAddress dspAddressEnd = GetDspAddressBySample(