HomeSort by relevance Sort by last modified time
    Searched refs:st_sample (Results 1 - 15 of 15) sorted by null

  /external/qemu/audio/
mixeng.h 30 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);
mixeng_template.h 112 (struct st_sample *dst, const void *src, int samples, struct mixeng_volume *vol)
114 struct st_sample *out = dst;
132 (struct st_sample *dst, const void *src, int samples, struct mixeng_volume *vol)
134 struct st_sample *out = dst;
153 (void *dst, const struct st_sample *src, int samples)
155 const struct st_sample *in = src;
165 (void *dst, const struct st_sample *src, int samples)
167 const struct st_sample *in = src;
rate_template.h 30 void NAME (void *opaque, struct st_sample *ibuf, struct st_sample *obuf,
34 struct st_sample *istart, *iend;
35 struct st_sample *ostart, *oend;
36 struct st_sample ilast, icur, out;
mixeng.c 293 struct st_sample ilast; /* last sample in the input stream */
332 void mixeng_clear (struct st_sample *buf, int len)
334 memset (buf, 0, len * sizeof (struct st_sample));
audio_int.h 82 struct st_sample *mix_buf;
102 struct st_sample *conv_buf;
115 struct st_sample *buf;
134 struct st_sample *buf;
wavaudio.c 63 struct st_sample *src;
350 struct st_sample* dst;
audio_template.h 83 HWBUF = audio_calloc (AUDIO_FUNC, hw->samples, sizeof (struct st_sample));
117 sw->buf = audio_calloc (AUDIO_FUNC, samples, sizeof (struct st_sample));
coreaudio.c 506 struct st_sample *src;
644 struct st_sample *dst;
dsoundaudio.c 357 struct st_sample *src1 = hw->mix_buf + hw->rpos;
358 struct st_sample *src2 = NULL;
fmodaudio.c 140 struct st_sample *src1 = hw->mix_buf + hw->rpos;
141 struct st_sample *src2 = NULL;
winaudio.c 274 struct st_sample* src = hw->mix_buf + hw->rpos;
534 struct st_sample* dst = hw->conv_buf + hw->wpos;
audio.c 802 static void noop_conv (struct st_sample *dst, const void *src,
971 struct st_sample *src = hw->mix_buf + hw->rpos;
1012 struct st_sample *src, *dst = sw->buf;
    [all...]
esdaudio.c 153 struct st_sample *src = hw->mix_buf + rpos;
paaudio.c 126 struct st_sample *src = hw->mix_buf + rpos;
alsaaudio.c 1116 struct st_sample *dst;
    [all...]

Completed in 66 milliseconds