Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dmix.c672 typedef void (*pa_calc_volume_func_t) (void *volumes, const pa_cvolume *volume); typedef
674 static const pa_calc_volume_func_t calc_volume_table[] = {
675 [PA_SAMPLE_U8] = (pa_calc_volume_func_t) calc_linear_integer_volume,
676 [PA_SAMPLE_ALAW] = (pa_calc_volume_func_t) calc_linear_integer_volume,
677 [PA_SAMPLE_ULAW] = (pa_calc_volume_func_t) calc_linear_integer_volume,
678 [PA_SAMPLE_S16LE] = (pa_calc_volume_func_t) calc_linear_integer_volume,
679 [PA_SAMPLE_S16BE] = (pa_calc_volume_func_t) calc_linear_integer_volume,
680 [PA_SAMPLE_FLOAT32LE] = (pa_calc_volume_func_t) calc_linear_float_volume,
681 [PA_SAMPLE_FLOAT32BE] = (pa_calc_volume_func_t) calc_linear_float_volume,
682 [PA_SAMPLE_S32LE] = (pa_calc_volume_func_t) calc_linear_integer_volume,
[all …]