Searched refs:DspAddress (Results 1 – 3 of 3) sorted by relevance
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();[all …]
59 typedef u32 DspAddress; typedef63 DspAddress addr,77 static DspAddress GetDspAddressBySample(137 DspAddress GetLoopStartDspAddress() const;138 DspAddress GetLoopEndDspAddress() const;168 DspAddress GetCurrentPlayingDspAddress() const;
52 DspAddress currentPos = GetDspAddressBySample( dataAddr, 0, SAMPLE_FORMAT_DSP_ADPCM ); in CalcOffsetDspAdpcmParam()53 DspAddress endPos = GetDspAddressBySample( dataAddr, offset, SAMPLE_FORMAT_DSP_ADPCM ); in CalcOffsetDspAdpcmParam()133 DspAddress dspAddress = GetDspAddressBySample( in SetLoopStart()146 DspAddress dspAddress = GetDspAddressBySample( in SetLoopEnd()