Home
last modified time | relevance | path

Searched refs:softvol_max (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/mpv/mpv-0.34.1/options/
H A Doptions.h173 float softvol_max; member
H A Doptions.c620 {"volume-max", OPT_FLOAT(softvol_max), M_RANGE(100, 1000)},
960 .softvol_max = 130,
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dpreferences.h138 int softvol_max; variable
H A Dpreferences.cpp166 softvol_max = 110; // 110 = default value in mplayer in reset()
740 set->setValue("softvol_max", softvol_max); in save()
1333 softvol_max = set->value("softvol_max", softvol_max).toInt(); in load()
H A Dprefgeneral.cpp273 setAmplification( pref->softvol_max ); in setData()
397 TEST_AND_SET(pref->softvol_max, amplification()); in getData()
H A Dcore.cpp2116 vol = adjustVolume(vol, pref->use_soft_vol ? pref->softvol_max : 100); in startMplayer()
2490 proc->setOption("softvol", QString::number(pref->softvol_max)); in startMplayer()
3415 int vol = adjustVolume(current_volume, pref->use_soft_vol ? pref->softvol_max : 100); in setVolume()
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dcommand.c1587 .max = opts->softvol_max, in mp_property_volume()