Searched defs:dBvalue (Results 1 – 3 of 3) sorted by relevance
/third_party/alsa-lib/src/mixer/ |
D | simple.c | 368 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()
|
D | simple_none.c | 1205 long *dBvalue) in ask_vol_dB_ops()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-mixer.c | 1635 … int element_ask_vol_dB(snd_mixer_elem_t *me, pa_alsa_direction_t dir, long value, long *dBvalue) { in element_ask_vol_dB()
|