Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 14 of 14) sorted by relevance

/NW4C-1.2.23/sources/libraries/dev/
Ddev_Utility.cpp58 int byte = 0; in FormatToByte() local
64 byte = 4; in FormatToByte()
69 byte = 3; in FormatToByte()
74 byte = 2; in FormatToByte()
79 byte = 2; in FormatToByte()
84 byte = 2; in FormatToByte()
94 return byte; in FormatToByte()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_MidiStreamParser.cpp239 u8 byte; in SeekStatusByte() local
248 byte = m_RestBuffer.ptr[ m_RestBuffer.readPos ]; in SeekStatusByte()
249 if ( IsStatusByte( byte ) && ! IsRealtimeMesg( byte ) ) { in SeekStatusByte()
257 byte = m_MsgBuffer.ptr[ m_MsgBuffer.readPos ]; in SeekStatusByte()
258 if ( IsStatusByte( byte ) && ! IsRealtimeMesg( byte ) ) { in SeekStatusByte()
269 void MidiStreamParser::BackByte( u8 byte ) in BackByte() argument
272 NW_ASSERT( ! IsRealtimeMesg( byte ) ); in BackByte()
274 m_BackByte = byte; in BackByte()
Dsnd_Util.cpp841 unsigned long Util::GetSampleByByte( unsigned long byte, SampleFormat format ) in GetSampleByByte() argument
849 samples = ( byte / 8 ) * 14; in GetSampleByByte()
850 frac = ( byte % 8 ); in GetSampleByByte()
858 samples = byte; in GetSampleByByte()
866 samples = ( byte >> 1 ); in GetSampleByByte()
879 unsigned long byte = 0; in GetByteBySample() local
885 byte = ( samples / 14 ) * 8; in GetByteBySample()
889 byte += ( ( frac + 1 ) >> 1 ) + 1; in GetByteBySample()
894 byte = samples; in GetByteBySample()
902 byte = ( samples << 1 ); in GetByteBySample()
[all …]
Dsnd_HardwareChannel.cpp58 u8 byte = *reinterpret_cast<u8*>( OS_PhysicalToCached( currentPos >> 1 ) ); in CalcOffsetDspAdpcmParam() local
59 adpcm.predScale = (u16)byte; in CalcOffsetDspAdpcmParam()
64 u8 byte = *reinterpret_cast<u8*>( OS_PhysicalToCached( currentPos >> 1 ) ); in CalcOffsetDspAdpcmParam() local
68 nibble = static_cast<u8>( byte & 0xf ); in CalcOffsetDspAdpcmParam()
72 nibble = static_cast<u8>( byte >> 4 ); in CalcOffsetDspAdpcmParam()
Dsnd_StreamBufferPool.cpp59 const u8 byte = m_AllocFlags[ byteIndex ]; in Alloc() local
60 if ( byte == 0xff ) continue; in Alloc()
65 if ( ( byte & mask ) == 0 ) in Alloc()
Dsnd_WaveFileReader.cpp105 m_pDataBlockBody = &dataBlock->byte; in WaveFileReader()
/NW4C-1.2.23/include/nw/snd/
Dsnd_MidiStreamParser.h48 void BackByte( u8 byte );
Dsnd_WaveFile.h152 u8 byte[1]; member
Dsnd_Util.h101 static unsigned long GetSampleByByte( unsigned long byte, SampleFormat format );
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_CommonProc.mel45 multi-byte is supported for 8.5-
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_utils.ms.inc54 "byte": 3
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_utils.ms.inc54 "byte": 3
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_utils.ms.inc54 "byte": 3
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_utils.ms.inc54 "byte": 3