Lines Matching refs:commonInfo
1104 const SoundArchive::SoundInfo* commonInfo, in PrepareSeqImpl() argument
1152 m_pSoundDataManager->detail_GetFileAddress( commonInfo->fileId ) in PrepareSeqImpl()
1188 commonInfo->fileId, in PrepareSeqImpl()
1336 UpdateCommonSoundParam( sound, commonInfo ); in PrepareSeqImpl()
1402 const SoundArchive::SoundInfo* commonInfo, in PrepareStreamImpl() argument
1503 commonInfo->fileId, in PrepareStreamImpl()
1520 UpdateCommonSoundParam( sound, commonInfo ); in PrepareStreamImpl()
1542 const SoundArchive::SoundInfo* commonInfo, in PrepareWaveSoundImpl() argument
1551 const void* wsdData = m_pSoundDataManager->detail_GetFileAddress( commonInfo->fileId ); in PrepareWaveSoundImpl()
1586 commonInfo->fileId in PrepareWaveSoundImpl()
1590 UpdateCommonSoundParam( sound, commonInfo ); in PrepareWaveSoundImpl()
1611 const SoundArchive::SoundInfo* commonInfo in UpdateCommonSoundParam() argument
1615 NW_NULL_ASSERT(commonInfo); in UpdateCommonSoundParam()
1617 sound->SetInitialVolume( static_cast<float>( commonInfo->volume ) / 127.0f ); in UpdateCommonSoundParam()
1618 sound->SetPanMode( commonInfo->panMode ); in UpdateCommonSoundParam()
1619 sound->SetPanCurve( commonInfo->panCurve ); in UpdateCommonSoundParam()