/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;
|
audio_int.h | 81 struct st_sample *mix_buf; 100 struct st_sample *conv_buf; 113 struct st_sample *buf; 132 struct st_sample *buf;
|
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));
|
wavaudio.c | 63 struct st_sample *src; 354 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 | 513 struct st_sample *src; 657 struct st_sample *dst;
|
fmodaudio.c | 145 struct st_sample *src1 = hw->mix_buf + hw->rpos; 146 struct st_sample *src2 = NULL;
|
sdlaudio.c | 344 struct st_sample *src = hw->mix_buf + hw->rpos; 394 struct st_sample* src = hw->mix_buf + hw->rpos;
|
winaudio.c | 275 struct st_sample* src = hw->mix_buf + hw->rpos;
535 struct st_sample* dst = hw->conv_buf + hw->wpos;
|
audio.c | 806 static void noop_conv (struct st_sample *dst, const void *src, 994 struct st_sample *src, *dst = sw->buf; [all...] |
esdaudio.c | 125 struct st_sample *src = hw->mix_buf + rpos;
|
alsaaudio.c | 604 struct st_sample *src; 891 struct st_sample *dst;
|
ossaudio.c | 297 struct st_sample *src;
|
/prebuilt/linux-x86/emulator/ |
libqemu-audio.a | [all...] |