Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_StreamSound.cpp104 int allocChannelCount, in Setup() argument
118 command->allocChannelCount = allocChannelCount; in Setup()
Dsnd_SoundArchiveFileReader.cpp405 info->allocChannelCount = strmSoundInfo.allocChannelCount; in ReadStreamSoundInfo()
Dsnd_SoundArchivePlayer.cpp1412 info->allocChannelCount, in PrepareStreamImpl()
1457 info->allocChannelCount, in PrepareStreamImpl()
1473 info->allocChannelCount, in PrepareStreamImpl()
Dsnd_DriverCommand.cpp373 c->allocChannelCount, in ProcessCommandList()
Dsnd_HioSoundArchive.cpp224 retDetail, strmInfo.allocTrackCount, strmInfo.allocChannelCount ); in LoadHeader()
Dsnd_RomSoundArchive.cpp337 retDetail, strmInfo.allocTrackCount, strmInfo.allocChannelCount ); in LoadHeader()
Dsnd_StreamSoundPlayer.cpp117 u32 allocChannelCount, in Setup() argument
123 m_ChannelCount = ut::Min( allocChannelCount, STRM_CHANNEL_NUM ); in Setup()
/NW4C-1.2.23/include/nw/snd/
Dsnd_StreamSound.h53 int allocChannelCount,
Dsnd_SoundArchive.h279 u16 allocChannelCount; member
284 allocChannelCount( 0 ) in StreamSoundInfo()
Dsnd_StreamSoundPlayer.h111 u32 allocChannelCount,
Dsnd_DriverCommand.h272 int allocChannelCount; member
Dsnd_SoundArchiveFile.h299 ut::ResU16 allocChannelCount; // マルチトラックを加味した総チャンネル数 member