Searched refs:mixeng_volume (Results 1 – 4 of 4) sorted by relevance
30 struct mixeng_volume { int mute; mixeng_real r; mixeng_real l; }; argument33 struct mixeng_volume { int mute; int64_t r; int64_t l; }; argument58 void mixeng_volume (struct st_sample *buf, int len, struct mixeng_volume *vol);
118 struct mixeng_volume vol;134 struct mixeng_volume vol;240 extern const struct mixeng_volume nominal_volume;
528 void mixeng_volume (struct st_sample *buf, int len, struct mixeng_volume *vol) in mixeng_volume() function
109 const struct mixeng_volume nominal_volume = {602 mixeng_volume(sw->resample_buf.buffer, total_out, &sw->vol); in audio_pcm_sw_read()749 mixeng_volume(sw->resample_buf.buffer + sw->resample_buf.pos, in audio_pcm_sw_write()