Home | History | Annotate | Download | only in audio

Lines Matching refs:obuf

27  * Processed signed long samples from ibuf to obuf.
30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
48 ostart = obuf;
49 oend = obuf + *osamp;
54 OP (obuf[i].l, ibuf[i].l);
55 OP (obuf[i].r, ibuf[i].r);
62 while (obuf < oend) {
98 OP (obuf->l, out.l);
99 OP (obuf->r, out.r);
100 obuf += 1;
106 *osamp = obuf - ostart;