Searched refs:infoBlock (Results 1 – 7 of 7) sorted by relevance
85 const WaveSoundFile::InfoBlock* infoBlock = m_pHeader->GetInfoBlock(); in WaveSoundFileReader() local87 NW_NULL_ASSERT( infoBlock ); in WaveSoundFileReader()88 if ( infoBlock == NULL ) return; in WaveSoundFileReader()91 NW_ASSERTMSG( infoBlock->header.kind == SIGNATURE_INFO_BLOCK, "invalid block signature." ); in WaveSoundFileReader()92 m_pInfoBlockBody = &infoBlock->body; in WaveSoundFileReader()
82 const GroupFile::InfoBlock* infoBlock = header->GetInfoBlock(); in GroupFileReader() local86 if ( infoBlock == NULL ) return; in GroupFileReader()89 NW_ASSERT( infoBlock->header.kind == SIGNATURE_INFO_BLOCK ); in GroupFileReader()92 m_pInfoBlockBody = &(infoBlock->body); in GroupFileReader()
77 const BankFile::InfoBlock* infoBlock = m_pHeader->GetInfoBlock(); in BankFileReader() local78 NW_NULL_ASSERT( infoBlock ); in BankFileReader()79 NW_ASSERT( infoBlock->header.kind == SIGNATURE_INFO_BLOCK ); in BankFileReader()80 m_pInfoBlockBody = &infoBlock->body; in BankFileReader()
97 const WaveFile::InfoBlock* infoBlock = header->GetInfoBlock(); in WaveFileReader() local100 if ( infoBlock == NULL ) return; in WaveFileReader()103 NW_ASSERT( infoBlock->header.kind == SIGNATURE_INFO_BLOCK ); in WaveFileReader()106 m_pInfoBlockBody = &infoBlock->body; in WaveFileReader()
53 const StreamSoundFile::InfoBlock* infoBlock = m_pHeader->GetInfoBlock(); in Initialize() local54 NW_ASSERT( infoBlock->header.kind == SIGNATURE_INFO_BLOCK ); in Initialize()56 m_pInfoBlockBody = &infoBlock->body; in Initialize()
105 void SoundArchiveFileReader::SetInfoBlock( const void* infoBlock ) in SetInfoBlock() argument108 &reinterpret_cast<const SoundArchiveFile::InfoBlock*>( infoBlock )->body; in SetInfoBlock()
43 void SetInfoBlock( const void* infoBlock );