Searched defs:mix_add_call (Results 1 – 1 of 1) sorted by relevance
72 struct mix_add_call { struct73 int16_t* dst;74 int16_t* src;75 unsigned int count;76 unsigned int index;77 int mute;78 float mix_vol;102 static struct mix_add_call mix_add_call; variable