Searched refs:targetVolume (Results 1 – 4 of 4) sorted by relevance
354 SimpleControl.targetVolume = SimpleControl.curVolume; in THPSimpleOpen()782 SimpleControl.curVolume = SimpleControl.targetVolume; in THPSimpleLoadStop()1034 SimpleControl.curVolume = SimpleControl.targetVolume; in MixAudio()1155 SimpleControl.curVolume = SimpleControl.targetVolume; in MixAudio()1450 SimpleControl.targetVolume = (f32)vol; in THPSimpleSetVolume()1455 SimpleControl.deltaVolume = (SimpleControl.targetVolume - SimpleControl.curVolume) in THPSimpleSetVolume()1461 SimpleControl.curVolume = SimpleControl.targetVolume; in THPSimpleSetVolume()
363 ActivePlayer.targetVolume = ActivePlayer.curVolume; in THPPlayerOpen()858 ActivePlayer.curVolume = ActivePlayer.targetVolume; in THPPlayerStop()1615 ActivePlayer.curVolume = ActivePlayer.targetVolume; in MixAudio()1743 ActivePlayer.curVolume = ActivePlayer.targetVolume; in MixAudio()1874 ActivePlayer.targetVolume = (f32)vol; in THPPlayerSetVolume()1879 ActivePlayer.deltaVolume = (ActivePlayer.targetVolume - ActivePlayer.curVolume) in THPPlayerSetVolume()1885 ActivePlayer.curVolume = ActivePlayer.targetVolume; in THPPlayerSetVolume()
86 f32 targetVolume; member
98 f32 targetVolume; member