Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/platform/
Dsnd_HardwareChannelAX.cppi53 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 …]
/NW4C-1.3.3/include/nw/snd/
Dsnd_HardwareChannel.h57 typedef u32 DspAddress; typedef
61 DspAddress addr,
75 static DspAddress GetDspAddressBySample(
135 DspAddress GetLoopStartDspAddress() const;
136 DspAddress GetLoopEndDspAddress() const;
166 DspAddress GetCurrentPlayingDspAddress() const;
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_HardwareChannel.cpp50 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()