Home
last modified time | relevance | path

Searched refs:DspAddress (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/platform/
Dsnd_HardwareChannelAX.cppi55 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 …]
/NW4C-2.0.3/include/nw/snd/
Dsnd_HardwareChannel.h59 typedef u32 DspAddress; typedef
63 DspAddress addr,
77 static DspAddress GetDspAddressBySample(
137 DspAddress GetLoopStartDspAddress() const;
138 DspAddress GetLoopEndDspAddress() const;
168 DspAddress GetCurrentPlayingDspAddress() const;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_HardwareChannel.cpp52 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()