Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Util.cpp948 unsigned long samples = 0; in GetSampleByByte() local
954 samples = ( byte / 8 ) * 14; in GetSampleByByte()
958 samples += ( frac - 1 ) * 2 ; in GetSampleByByte()
963 samples = byte; in GetSampleByByte()
971 samples = ( byte >> 1 ); in GetSampleByByte()
979 return samples; in GetSampleByByte()
982 unsigned long Util::GetByteBySample( unsigned long samples, SampleFormat format ) in GetByteBySample() argument
990 byte = ( samples / 14 ) * 8; in GetByteBySample()
991 frac = ( samples % 14 ); in GetByteBySample()
999 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.cpp1558 void Voice::StopAtPoint( int channelIndex, const void* baseAddress, u32 samples ) in StopAtPoint() argument
1563 pChannel->StopAtPoint( baseAddress, samples ); in StopAtPoint()
1579 void Voice::SetLoopStart( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopStart() argument
1584 pChannel->SetLoopStart( baseAddress, samples ); in SetLoopStart()
1588 void Voice::SetLoopEnd( s32 channelIndex, const void* baseAddress, u32 samples ) in SetLoopEnd() argument
1593 pChannel->SetLoopEnd( baseAddress, samples ); in SetLoopEnd()
/NW4C-1.3.3/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.3.3/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.3.3/SampleData/Graphics/DccPlugin/Maya/ToyBlock/scenes/
DToy_T.ma351 setAttr ".stringOptions[8].name" -type "string" "shadowmap pixel samples";
/NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/ToyPierrot/scenes/
DPierrotModel.ma5282 setAttr ".stringOptions[8].name" -type "string" "shadowmap pixel samples";