Lines Matching refs:offset

166     return GetReferenceBy( ElementType_SoundArchiveFile_StringBlock )->offset;  in GetStringBlockOffset()
170 return GetReferenceBy( ElementType_SoundArchiveFile_InfoBlock )->offset; in GetInfoBlockOffset()
174 return GetReferenceBy( ElementType_SoundArchiveFile_FileBlock )->offset; in GetFileBlockOffset()
184 return ut::AddOffsetToPtr( this, toSection[section].offset ); in GetSection()
521 ut::AddOffsetToPtr( this, toSoundArchivePlayerInfo.offset ) ); in GetSoundArchivePlayerInfo()
529 ut::AddOffsetToPtr( this, toSoundInfoReferenceTable.offset ) ); in GetSoundInfoReferenceTable()
536 ut::AddOffsetToPtr( this, toBankInfoReferenceTable.offset ) ); in GetBankInfoReferenceTable()
543 ut::AddOffsetToPtr( this, toPlayerInfoReferenceTable.offset ) ); in GetPlayerInfoReferenceTable()
550 ut::AddOffsetToPtr( this, toSoundGroupInfoReferenceTable.offset ) ); in GetSoundGroupInfoReferenceTable()
557 ut::AddOffsetToPtr( this, toGroupInfoReferenceTable.offset ) ); in GetGroupInfoReferenceTable()
564 ut::AddOffsetToPtr( this, toWaveArchiveInfoReferenceTable.offset ) ); in GetWaveArchiveInfoReferenceTable()
571 ut::AddOffsetToPtr( this, toFileInfoReferenceTable.offset ) ); in GetFileInfoReferenceTable()
601 ut::AddOffsetToPtr( this, toDetailSoundInfo.offset ) ); in GetStreamSoundInfo()
611 ut::AddOffsetToPtr( this, toDetailSoundInfo.offset ) ); in GetWaveSoundInfo()
621 ut::AddOffsetToPtr( this, toDetailSoundInfo.offset ) ); in GetSequenceSoundInfo()
627 u32 offset; in GetSound3DInfo() local
628 bool result = optionParameter.GetValue( &offset, SOUND_INFO_OFFSET_TO_3D_PARAM ); in GetSound3DInfo()
635 ut::AddOffsetToPtr( this, offset ) ); in GetSound3DInfo()
771 ut::AddOffsetToPtr( this, toBankIdTable.offset ) ); in GetBankIdTable()
939 ut::AddOffsetToPtr( this, toFileLocation.offset ) ); in GetInternalFileInfo()
951 ut::AddOffsetToPtr( this, toFileLocation.offset ) ); in GetExternalFileInfo()
968 ut::AddOffsetToPtr( dataBlockBodyAddress, toFileImage.offset ) );