Searched refs:loudness (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tda7432.c | 50 static int loudness; /* disable loudness by default */ variable 54 module_param(loudness, int, S_IRUGO); 55 MODULE_PARM_DESC(loudness, "Turn loudness on(1) else off(0). Default is off(0)."); 247 if (loudness) /* Turn loudness on? */ in tda7432_set() 254 buf[8] = loudness; in tda7432_set() 307 if (loudness) /* Turn on the loudness bit */ in tda7432_s_ctrl() 381 if (loudness < 0 || loudness > 15) { in tda7432_probe() 383 if (loudness < 0) in tda7432_probe() 384 loudness = 0; in tda7432_probe() 385 if (loudness > 15) in tda7432_probe() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/ |
| H A D | sun_bell.c | 46 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() argument 62 if ((loudness <= 0) || (pitch <= 0) || (duration <= 0)) { in xf86OSRingBell() 103 loudness = max(0, loudness); in xf86OSRingBell() 104 loudness = min(loudness, 100); in xf86OSRingBell() 108 freq, loudness, duration, repeats); in xf86OSRingBell() 116 audioInfo.play.gain = min(AUDIO_MAX_GAIN, AUDIO_MAX_GAIN * loudness / 100); in xf86OSRingBell()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/ |
| H A D | bsd_bell.c | 41 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() argument 47 if (loudness && pitch) { in xf86OSRingBell() 57 data[1] = (duration * loudness) / 50; in xf86OSRingBell() 66 (((unsigned long) duration * loudness / 50) << 16)); in xf86OSRingBell() 74 wsb.volume = loudness; in xf86OSRingBell()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_bell.c | 38 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() argument 40 if (xf86Info.consoleFd == -1 || !pitch || !loudness) in xf86OSRingBell() 45 (((unsigned long) duration * loudness / 50) << 16)); in xf86OSRingBell()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/stub/ |
| H A D | stub_bell.c | 8 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() argument
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/hurd/ |
| H A D | hurd_bell.c | 34 xf86OSRingBell(int loudness, int pitch, int duration) in xf86OSRingBell() argument
|
| /OK3568_Linux_fs/buildroot/package/libebur128/ |
| H A D | Config.in | 8 for loudness normalization.
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | effects.h | 51 EFFECT(loudness)
|
| H A D | Makefile.am | 63 hilbert.c input.c ladspa.h ladspa.c loudness.c mcompand.c \
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | FEATURES.in | 83 ** loudness: Gain control with ISO 226 loudness compensation
|
| H A D | ChangeLog | 521 o New `loudness' effect: gain control with ISO 226 loudness
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/ |
| H A D | mpd.conf.in | 344 # equal "loudness". This setting is disabled by default.
|