Searched refs:samples (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_Util.cpp | 948 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 …]
|
| D | snd_HardwareChannel.cpp | 127 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()
|
| D | snd_Voice.cpp | 1558 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/ |
| D | snd_HardwareChannelAX.cppi | 55 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/ |
| D | snd_HardwareChannel.h | 77 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 );
|
| D | snd_Voice.h | 197 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/ |
| D | Toy_T.ma | 351 setAttr ".stringOptions[8].name" -type "string" "shadowmap pixel samples";
|
| /NW4C-1.3.3/SampleData/Graphics/DccPlugin/Maya/ToyPierrot/scenes/ |
| D | PierrotModel.ma | 5282 setAttr ".stringOptions[8].name" -type "string" "shadowmap pixel samples";
|