Home
last modified time | relevance | path

Searched refs:st_sample (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/audio/
H A Dmixeng_template.h101 (struct st_sample *dst, const void *src, int samples) in glue()
103 struct st_sample *out = dst; in glue()
114 (struct st_sample *dst, const void *src, int samples) in glue()
116 struct st_sample *out = dst; in glue()
128 (void *dst, const struct st_sample *src, int samples) in glue()
130 const struct st_sample *in = src; in glue()
140 (void *dst, const struct st_sample *src, int samples) in glue()
142 const struct st_sample *in = src; in glue()
H A Drate_template.h30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf, in NAME()
34 struct st_sample *istart, *iend; in NAME()
35 struct st_sample *ostart, *oend; in NAME()
36 struct st_sample ilast, icur, out; in NAME()