Lines Matching refs:u32
71 typedef u32 ItemId;
182 u32 flags;
193 static const u32 SEQ_BANK_MAX = 4;
207 u32 startOffset; //!< 非公開です。ライブラリ内部で使用されています。
208 u32 bankIds[ SEQ_BANK_MAX ]; //!< シーケンスサウンドで使用されるバンク ID です。
214 u32 allocateTrackFlags;
233 for ( u32 i = 0; i < SEQ_BANK_MAX; i++ ) in SequenceSoundInfo()
278 u32 index; // ウェーブサウンドセットファイル (bcwsd) 内で何番目か
279 u32 allocTrackCount; // 現状は 1。今後マルチトラック化した場合、ほかの値が入る
323 u32 fileId;
324 u32 waveCount;
346 u32 playerHeapSize; //!< プレイヤーに割り当てられるプレイヤーヒープのサイズです。
433 u32 fileSize;
434 u32 offsetFromFileBlockHead;
491 u32 GetSoundCount() const;
500 u32 GetGroupCount() const;
509 u32 GetPlayerCount() const;
522 u32 GetSoundGroupCount() const;
531 u32 GetBankCount() const;
540 u32 GetWaveArchiveCount() const;
551 u32 detail_GetFileCount() const;
649 static ItemId GetSoundIdFromIndex( u32 index ) in GetSoundIdFromIndex()
674 static ItemId GetSoundGroupIdFromIndex( u32 index ) in GetSoundGroupIdFromIndex()
696 static ItemId GetBankIdFromIndex( u32 index ) in GetBankIdFromIndex()
718 static ItemId GetPlayerIdFromIndex( u32 index ) in GetPlayerIdFromIndex()
740 static ItemId GetWaveArchiveIdFromIndex( u32 index ) in GetWaveArchiveIdFromIndex()
762 static ItemId GetGroupIdFromIndex( u32 index ) in GetGroupIdFromIndex()
786 u32 GetSoundUserParam( ItemId soundId ) const;
927 const internal::Util::Table<u32>* detail_GetWaveArchiveIdTable( ItemId id ) const;
983 u32 begin,
984 u32 length
993 u32 begin,
994 u32 length
1003 u32 begin,
1004 u32 length
1011 u32 m_FileBlockOffset;