H A D | mix.c | 68 static void calc_linear_integer_stream_volumes(pa_mix_info streams[], unsigned nstreams, const pa_cvolume *volume, const pa_sample_spec *spec) { in calc_linear_integer_stream_volumes() argument 78 for (k = 0; k < nstreams; k++) { in calc_linear_integer_stream_volumes() 87 static void calc_linear_float_stream_volumes(pa_mix_info streams[], unsigned nstreams, const pa_cvolume *volume, const pa_sample_spec *spec) { in calc_linear_float_stream_volumes() argument 97 for (k = 0; k < nstreams; k++) { in calc_linear_float_stream_volumes() 106 typedef void (*pa_calc_stream_volumes_func_t) (pa_mix_info streams[], unsigned nstreams, const pa_cvolume *volume, const pa_sample_spec *spec); 192 static void pa_mix_ch2_s16ne(pa_mix_info streams[], unsigned nstreams, int16_t *data, unsigned length) { in pa_mix_ch2_s16ne() argument 200 for (i = 0; i < nstreams; i++) { in pa_mix_ch2_s16ne() 217 static void pa_mix_generic_s16ne(pa_mix_info streams[], unsigned nstreams, unsigned channels, int16_t *data, unsigned length) { in pa_mix_generic_s16ne() argument 226 for (i = 0; i < nstreams; i++) { in pa_mix_generic_s16ne() 243 static void pa_mix_s16ne_c(pa_mix_info streams[], unsigned nstreams, unsigne argument 256 pa_mix_s16re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int16_t *data, unsigned length) pa_mix_s16re_c() argument 282 pa_mix_s32ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int32_t *data, unsigned length) pa_mix_s32ne_c() argument 312 pa_mix_s32re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, int32_t *data, unsigned length) pa_mix_s32re_c() argument 342 pa_mix_s24ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint8_t *data, unsigned length) pa_mix_s24ne_c() argument 370 pa_mix_s24re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint8_t *data, unsigned length) pa_mix_s24re_c() argument 398 pa_mix_s24_32ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint32_t *data, unsigned length) pa_mix_s24_32ne_c() argument 428 pa_mix_s24_32re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint32_t *data, unsigned length) pa_mix_s24_32re_c() argument 458 pa_mix_u8_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint8_t *data, unsigned length) pa_mix_u8_c() argument 487 pa_mix_ulaw_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint8_t *data, unsigned length) pa_mix_ulaw_c() argument 513 pa_mix_alaw_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, uint8_t *data, unsigned length) pa_mix_alaw_c() argument 539 pa_mix_float32ne_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, float *data, unsigned length) pa_mix_float32ne_c() argument 567 pa_mix_float32re_c(pa_mix_info streams[], unsigned nstreams, unsigned channels, float *data, unsigned length) pa_mix_float32re_c() argument 615 pa_mix( pa_mix_info streams[], unsigned nstreams, void *data, size_t length, const pa_sample_spec *spec, const pa_cvolume *volume, bool mute) pa_mix() argument [all...] |