Searched defs:st_sample (Results 1 - 1 of 1) sorted by relevance

/external/qemu/audio/
H A Dmixeng.h30 struct st_sample { mixeng_real l; mixeng_real r; }; struct
33 struct st_sample { int64_t l; int64_t r; }; struct
36 typedef void (t_sample) (struct st_sample *dst, const void *src,
38 typedef void (f_sample) (void *dst, const struct st_sample *src, int samples);
44 void st_rate_flow (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
46 void st_rate_flow_mix (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
49 void mixeng_clear (struct st_sample *buf, int len);

Completed in 271 milliseconds