Searched refs:allocChannelCount (Results 1 – 12 of 12) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_StreamSound.cpp | 106 int allocChannelCount, in Setup() argument 120 command->allocChannelCount = allocChannelCount; in Setup()
|
| D | snd_SoundArchiveFileReader.cpp | 407 info->allocChannelCount = strmSoundInfo.allocChannelCount; in ReadStreamSoundInfo()
|
| D | snd_SoundArchivePlayer.cpp | 1351 info->allocChannelCount, in PrepareStreamSoundImpl() 1396 info->allocChannelCount, in PrepareStreamSoundImpl() 1412 info->allocChannelCount, in PrepareStreamSoundImpl()
|
| D | snd_DriverCommand.cpp | 382 c->allocChannelCount, in ProcessCommandList()
|
| D | snd_HioSoundArchive.cpp | 226 retDetail, strmInfo.allocTrackCount, strmInfo.allocChannelCount ); in LoadHeader()
|
| D | snd_RomSoundArchive.cpp | 339 retDetail, strmInfo.allocTrackCount, strmInfo.allocChannelCount ); in LoadHeader()
|
| D | snd_StreamSoundPlayer.cpp | 119 u32 allocChannelCount, in Setup() argument 125 m_ChannelCount = ut::Min( allocChannelCount, STRM_CHANNEL_NUM ); in Setup()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_StreamSound.h | 55 int allocChannelCount,
|
| D | snd_SoundArchive.h | 257 u16 allocChannelCount; member 262 allocChannelCount( 0 ) in StreamSoundInfo()
|
| D | snd_StreamSoundPlayer.h | 113 u32 allocChannelCount,
|
| D | snd_DriverCommand.h | 279 int allocChannelCount; member
|
| D | snd_SoundArchiveFile.h | 301 ut::ResU16 allocChannelCount; // マルチトラックを加味した総チャンネル数 member
|