Searched refs:targetVolume (Results 1 – 4 of 4) sorted by relevance
343 SimpleControl.targetVolume = SimpleControl.curVolume; in THPSimpleOpen()771 SimpleControl.curVolume = SimpleControl.targetVolume; in THPSimpleLoadStop()1021 SimpleControl.curVolume = SimpleControl.targetVolume; in MixAudio()1124 SimpleControl.curVolume = SimpleControl.targetVolume; in MixAudio()1405 SimpleControl.targetVolume = (f32)vol; in THPSimpleSetVolume()1410 SimpleControl.deltaVolume = (SimpleControl.targetVolume - SimpleControl.curVolume) in THPSimpleSetVolume()1416 SimpleControl.curVolume = SimpleControl.targetVolume; in THPSimpleSetVolume()
353 ActivePlayer.targetVolume = ActivePlayer.curVolume; in THPPlayerOpen()848 ActivePlayer.curVolume = ActivePlayer.targetVolume; in THPPlayerStop()1605 ActivePlayer.curVolume = ActivePlayer.targetVolume; in MixAudio()1715 ActivePlayer.curVolume = ActivePlayer.targetVolume; in MixAudio()1832 ActivePlayer.targetVolume = (f32)vol; in THPPlayerSetVolume()1837 ActivePlayer.deltaVolume = (ActivePlayer.targetVolume - ActivePlayer.curVolume) in THPPlayerSetVolume()1843 ActivePlayer.curVolume = ActivePlayer.targetVolume; in THPPlayerSetVolume()
76 f32 targetVolume; member
93 f32 targetVolume; member