Searched refs:DspAddress (Results 1 – 3 of 3) sorted by relevance
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();[all …]
57 typedef u32 DspAddress; typedef61 DspAddress addr,75 static DspAddress GetDspAddressBySample(135 DspAddress GetLoopStartDspAddress() const;136 DspAddress GetLoopEndDspAddress() const;166 DspAddress GetCurrentPlayingDspAddress() const;
50 DspAddress currentPos = GetDspAddressBySample( dataAddr, 0, SAMPLE_FORMAT_DSP_ADPCM ); in CalcOffsetDspAdpcmParam()51 DspAddress endPos = GetDspAddressBySample( dataAddr, offset, SAMPLE_FORMAT_DSP_ADPCM ); in CalcOffsetDspAdpcmParam()131 DspAddress dspAddress = GetDspAddressBySample( in SetLoopStart()144 DspAddress dspAddress = GetDspAddressBySample( in SetLoopEnd()