Home
last modified time | relevance | path

Searched refs:allocChannelCount (Results 1 – 12 of 12) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_StreamSound.cpp106 int allocChannelCount, in Setup() argument
120 command->allocChannelCount = allocChannelCount; in Setup()
Dsnd_SoundArchiveFileReader.cpp407 info->allocChannelCount = strmSoundInfo.allocChannelCount; in ReadStreamSoundInfo()
Dsnd_SoundArchivePlayer.cpp1351 info->allocChannelCount, in PrepareStreamSoundImpl()
1396 info->allocChannelCount, in PrepareStreamSoundImpl()
1412 info->allocChannelCount, in PrepareStreamSoundImpl()
Dsnd_DriverCommand.cpp382 c->allocChannelCount, in ProcessCommandList()
Dsnd_HioSoundArchive.cpp226 retDetail, strmInfo.allocTrackCount, strmInfo.allocChannelCount ); in LoadHeader()
Dsnd_RomSoundArchive.cpp339 retDetail, strmInfo.allocTrackCount, strmInfo.allocChannelCount ); in LoadHeader()
Dsnd_StreamSoundPlayer.cpp119 u32 allocChannelCount, in Setup() argument
125 m_ChannelCount = ut::Min( allocChannelCount, STRM_CHANNEL_NUM ); in Setup()
/NW4C-2.0.3/include/nw/snd/
Dsnd_StreamSound.h55 int allocChannelCount,
Dsnd_SoundArchive.h257 u16 allocChannelCount; member
262 allocChannelCount( 0 ) in StreamSoundInfo()
Dsnd_StreamSoundPlayer.h113 u32 allocChannelCount,
Dsnd_DriverCommand.h279 int allocChannelCount; member
Dsnd_SoundArchiveFile.h301 ut::ResU16 allocChannelCount; // マルチトラックを加味した総チャンネル数 member