Home
last modified time | relevance | path

Searched refs:samples (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_Util.cpp843 unsigned long samples = 0; in GetSampleByByte() local
849 samples = ( byte / 8 ) * 14; in GetSampleByByte()
853 samples += ( frac - 1 ) * 2 ; in GetSampleByByte()
858 samples = byte; in GetSampleByByte()
866 samples = ( byte >> 1 ); in GetSampleByByte()
874 return samples; in GetSampleByByte()
877 unsigned long Util::GetByteBySample( unsigned long samples, SampleFormat format ) in GetByteBySample() argument
885 byte = ( samples / 14 ) * 8; in GetByteBySample()
886 frac = ( samples % 14 ); in GetByteBySample()
894 byte = samples; in GetByteBySample()
[all …]
Dsnd_HardwareChannel.cpp127 void HardwareChannel::SetLoopStart( const void* baseAddress, u32 samples ) in SetLoopStart() argument
133 samples, in SetLoopStart()
140 void HardwareChannel::SetLoopEnd( const void* baseAddress, u32 samples ) in SetLoopEnd() argument
146 samples-1, in SetLoopEnd()
Dsnd_Voice.cpp1559 void Voice::StopAtPoint( int channelIndex, const void* baseAddress, u32 samples ) in StopAtPoint() argument
1564 pChannel->StopAtPoint( baseAddress, samples ); in StopAtPoint()
1580 void Voice::SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopStart() argument
1585 pChannel->SetLoopStart( baseAddress, samples ); in SetLoopStart()
1589 void Voice::SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopEnd() argument
1594 pChannel->SetLoopEnd( baseAddress, samples ); in SetLoopEnd()
/NW4C-1.2.23/sources/libraries/snd/platform/
Dsnd_HardwareChannelAX.cppi55 u32 samples,
70 ( samples / 14 ) * 16 + ( samples % 14 ) + 2
77 samples
84 samples
107 u32 samples = 0;
112 samples = addr - ( reinterpret_cast<DspAddress>( baseAddress ) << 1 );
113 samples = ( samples / 16 ) * 14 + ( samples % 16 ) - 2;
117 samples = addr - reinterpret_cast<DspAddress>( baseAddress );
121 samples = addr - ( reinterpret_cast<DspAddress>( baseAddress ) >> 1 );
129 return samples;
[all …]
/NW4C-1.2.23/include/nw/snd/
Dsnd_HardwareChannel.h77 u32 samples,
100 void StopAtPoint( const void* baseAddress, u32 samples );
101 void SetLoopStart( const void* baseAddress, u32 samples = 0 );
102 void SetLoopEnd( const void* baseAddress, u32 samples );
Dsnd_Voice.h197 void StopAtPoint( int channelIndex, const void* baseAddress, u32 samples );
199 void SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples = 0 );
200 void SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples );
/NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/ToyBlock/scenes/
DToy_T.ma351 setAttr ".stringOptions[8].name" -type "string" "shadowmap pixel samples";
/NW4C-1.2.23/SampleData/Graphics/DccPlugin/Maya/ToyPierrot/scenes/
DPierrotModel.ma5282 setAttr ".stringOptions[8].name" -type "string" "shadowmap pixel samples";