Searched refs:infoBlock (Results 1 – 7 of 7) sorted by relevance
83 const WaveSoundFile::InfoBlock* infoBlock = m_pHeader->GetInfoBlock(); in WaveSoundFileReader() local85 NW_NULL_ASSERT( infoBlock ); in WaveSoundFileReader()86 if ( infoBlock == NULL ) return; in WaveSoundFileReader()89 NW_ASSERTMSG( infoBlock->header.kind == SIGNATURE_INFO_BLOCK, "invalid block signature." ); in WaveSoundFileReader()90 m_pInfoBlockBody = &infoBlock->body; in WaveSoundFileReader()
80 const GroupFile::InfoBlock* infoBlock = header->GetInfoBlock(); in GroupFileReader() local84 if ( infoBlock == NULL ) return; in GroupFileReader()87 NW_ASSERT( infoBlock->header.kind == SIGNATURE_INFO_BLOCK ); in GroupFileReader()90 m_pInfoBlockBody = &(infoBlock->body); in GroupFileReader()
75 const BankFile::InfoBlock* infoBlock = m_pHeader->GetInfoBlock(); in BankFileReader() local76 NW_NULL_ASSERT( infoBlock ); in BankFileReader()77 NW_ASSERT( infoBlock->header.kind == SIGNATURE_INFO_BLOCK ); in BankFileReader()78 m_pInfoBlockBody = &infoBlock->body; in BankFileReader()
95 const WaveFile::InfoBlock* infoBlock = header->GetInfoBlock(); in WaveFileReader() local98 if ( infoBlock == NULL ) return; in WaveFileReader()101 NW_ASSERT( infoBlock->header.kind == SIGNATURE_INFO_BLOCK ); in WaveFileReader()104 m_pInfoBlockBody = &infoBlock->body; in WaveFileReader()
51 const StreamSoundFile::InfoBlock* infoBlock = m_pHeader->GetInfoBlock(); in Initialize() local52 NW_ASSERT( infoBlock->header.kind == SIGNATURE_INFO_BLOCK ); in Initialize()54 m_pInfoBlockBody = &infoBlock->body; in Initialize()
103 void SoundArchiveFileReader::SetInfoBlock( const void* infoBlock ) in SetInfoBlock() argument106 &reinterpret_cast<const SoundArchiveFile::InfoBlock*>( infoBlock )->body; in SetInfoBlock()
41 void SetInfoBlock( const void* infoBlock );