Searched refs:calc_linear_integer_volume (Results 1 – 1 of 1) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | mix.c | 38 static void calc_linear_integer_volume(int32_t linear[], const pa_cvolume *volume) { in calc_linear_integer_volume() function 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, 682 [PA_SAMPLE_S32LE] = (pa_calc_volume_func_t) calc_linear_integer_volume, 683 [PA_SAMPLE_S32BE] = (pa_calc_volume_func_t) calc_linear_integer_volume, 684 [PA_SAMPLE_S24LE] = (pa_calc_volume_func_t) calc_linear_integer_volume, 685 [PA_SAMPLE_S24BE] = (pa_calc_volume_func_t) calc_linear_integer_volume, [all …]
|