Home
last modified time | relevance | path

Searched refs:old_vol (Results 1 – 15 of 15) sorted by relevance

/dports/games/residualvm/residualvm-0.3.1/engines/grim/imuse/
H A Dimuse_music.cpp134 int old_vol = getCurMusicVol(); in playMusic() local
137 if (old_vol == -1) in playMusic()
138 old_vol = 127; in playMusic()
155 fadeOutMusicAndStartNew(table->fadeOut60TicksDelay, table->filename, hookId, old_vol, old_pan); in playMusic()
/dports/games/scummvm/scummvm-2.5.1/engines/grim/imuse/
H A Dimuse_music.cpp134 int old_vol = getCurMusicVol(); in playMusic() local
137 if (old_vol == -1) in playMusic()
138 old_vol = 127; in playMusic()
155 fadeOutMusicAndStartNew(table->fadeOut60TicksDelay, table->filename, hookId, old_vol, old_pan); in playMusic()
/dports/math/polymake/polymake-4.5/resources/
H A Dpolymake-in-container.sh165 old_vol=$($run_docker ps -af 'label=polymake.thirdparty-vol' --format={{.Names}})
166 if [ -n "$old_vol" ]; then
167 $run_docker rm -v $old_vol
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/tools/geometry/
H A Dcgm2moab.cpp104 double old_vol = 0, new_vol = 0; in replace_surface() local
111 rval = get_signed_volume( mbi, old_surf, offset, old_vol ); in replace_surface()
117 if( std::fabs(old_vol) >= min_vol && std::fabs(new_vol) >= min_vol ){ in replace_surface()
134 if( (old_vol<0 && new_vol>0) || (old_vol>0 && new_vol<0) ) { in replace_surface()
/dports/science/py-ase/ase-3.22.0/ase/calculators/lammps/
H A Dcoordinatetransform.py125 old_vol = np.linalg.det(self.ase_cell)
127 test_residual *= (new_vol / old_vol) ** (1.0 / 3.0)
/dports/games/instead/instead-3.4.1/src/
H A Dmenu.c558 static int old_vol = 0; in game_menu_act() local
736 if (!old_vol) { in game_menu_act()
737 old_vol = snd_volume_mus(-1); in game_menu_act()
740 game_change_vol(0, old_vol); in game_menu_act()
741 old_vol = 0; in game_menu_act()
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/audio/
H A Daudio_mixer_sw.cpp269 c.mix.old_vol[i] = c.mix.vol[i]; in mix_channel()
317 c.mix.old_vol[i] = c.mix.vol[i]; in mix_channel()
347 …rstate.vol_inc[i] = ((c.mix.vol[i] - c.mix.old_vol[i]) << MIX_VOLRAMP_FRAC_BITS) >> mix_chunk_bits; in mix_channel()
348 rstate.vol[i] = c.mix.old_vol[i] << MIX_VOLRAMP_FRAC_BITS; in mix_channel()
751 c.mix.old_vol[i] = 0; in channel_alloc()
H A Daudio_mixer_sw.h86 int32_t old_vol[4]; member
/dports/devel/godot2/godot-2.1.6-stable/servers/audio/
H A Daudio_mixer_sw.cpp269 c.mix.old_vol[i] = c.mix.vol[i]; in mix_channel()
317 c.mix.old_vol[i] = c.mix.vol[i]; in mix_channel()
347 …rstate.vol_inc[i] = ((c.mix.vol[i] - c.mix.old_vol[i]) << MIX_VOLRAMP_FRAC_BITS) >> mix_chunk_bits; in mix_channel()
348 rstate.vol[i] = c.mix.old_vol[i] << MIX_VOLRAMP_FRAC_BITS; in mix_channel()
751 c.mix.old_vol[i] = 0; in channel_alloc()
H A Daudio_mixer_sw.h86 int32_t old_vol[4]; member
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/internal/Smoothing/
H A Dcurvature_flow_impl.h267 const FT old_vol = volume(mesh_, parameters::vertex_point_map(vpmap_).geom_traits(traits_)); in update_mesh() local
295 const FT inflating_factor = std::cbrt(CGAL::abs(old_vol / new_vol)); in update_mesh()
/dports/games/alephone/alephone-release-20190331/Source_Files/FFmpeg/
H A DMovie.cpp822 int old_vol = mx->main_volume; in AddFrame() local
825 mx->main_volume = old_vol; in AddFrame()
/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/plugins/media-keys/
H A Dgsd-media-keys-manager.c1553 guint old_vol, new_vol, norm_vol_step, vol_step; in do_sound_action() local
1584 new_vol = old_vol = gvc_mixer_stream_get_volume (stream); in do_sound_action()
1593 if (old_vol <= norm_vol_step) { in do_sound_action()
1597 new_vol = old_vol - norm_vol_step; in do_sound_action()
1603 if (!old_muted || old_vol == 0) in do_sound_action()
1604 new_vol = MIN (old_vol + norm_vol_step, priv->max_volume); in do_sound_action()
1613 if (old_vol != new_vol) { in do_sound_action()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dusrintrf.c3074 static int old_vol[MIXER_MAX_CHANNELS]; in onscrd_mixervol() local
3082 old_vol[ch] = mixer_get_mixing_level(ch); in onscrd_mixervol()
3086 if (old_vol[arg]) in onscrd_mixervol()
3087 ratio = (float)(volume + increment) / (float)old_vol[arg]; in onscrd_mixervol()
3093 volume = ratio * old_vol[ch]; in onscrd_mixervol()
3103 volume = ratio * old_vol[ch]; in onscrd_mixervol()
/dports/editors/jove/jove/
H A Dmac.c2041 int argc, old_vol; local
2049 old_vol = cur_vol;
2087 cur_vol = old_vol;