Home
last modified time | relevance | path

Searched defs:dBvalue (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-lib/src/mixer/
Dsimple.c368 int snd_mixer_selem_ask_playback_vol_dB(snd_mixer_elem_t *elem, long value, long *dBvalue) in snd_mixer_selem_ask_playback_vol_dB()
384 int snd_mixer_selem_ask_playback_dB_vol(snd_mixer_elem_t *elem, long dBvalue, int dir, long *value) in snd_mixer_selem_ask_playback_dB_vol()
700 int snd_mixer_selem_ask_capture_vol_dB(snd_mixer_elem_t *elem, long value, long *dBvalue) in snd_mixer_selem_ask_capture_vol_dB()
716 int snd_mixer_selem_ask_capture_dB_vol(snd_mixer_elem_t *elem, long dBvalue, int dir, long *value) in snd_mixer_selem_ask_capture_dB_vol()
Dsimple_none.c1205 long *dBvalue) in ask_vol_dB_ops()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-mixer.c1635 … int element_ask_vol_dB(snd_mixer_elem_t *me, pa_alsa_direction_t dir, long value, long *dBvalue) { in element_ask_vol_dB()