Searched refs:st_sample (Results 1 – 15 of 15) sorted by relevance
/external/qemu/audio/ |
D | mixeng.h | 30 struct st_sample { mixeng_real l; mixeng_real r; }; argument 33 struct st_sample { int64_t l; int64_t r; }; argument 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);
|
D | mixeng_template.h | 112 (struct st_sample *dst, const void *src, int samples, struct mixeng_volume *vol) in glue() 114 struct st_sample *out = dst; in glue() 132 (struct st_sample *dst, const void *src, int samples, struct mixeng_volume *vol) in glue() 134 struct st_sample *out = dst; in glue() 153 (void *dst, const struct st_sample *src, int samples) in glue() 155 const struct st_sample *in = src; in glue() 165 (void *dst, const struct st_sample *src, int samples) in glue() 167 const struct st_sample *in = src; in glue()
|
D | rate_template.h | 30 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()
|
D | 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;
|
D | mixeng.c | 293 struct st_sample ilast; /* last sample in the input stream */ 332 void mixeng_clear (struct st_sample *buf, int len) in mixeng_clear() 334 memset (buf, 0, len * sizeof (struct st_sample)); in mixeng_clear()
|
D | wavaudio.c | 63 struct st_sample *src; in wav_out_run() 350 struct st_sample* dst; in wav_in_run()
|
D | fmodaudio.c | 140 struct st_sample *src1 = hw->mix_buf + hw->rpos; in fmod_write_sample() 141 struct st_sample *src2 = NULL; in fmod_write_sample()
|
D | audio_template.h | 83 HWBUF = audio_calloc (AUDIO_FUNC, hw->samples, sizeof (struct st_sample)); in glue() 117 sw->buf = audio_calloc (AUDIO_FUNC, samples, sizeof (struct st_sample)); in glue()
|
D | coreaudio.c | 506 struct st_sample *src; in audioOutDeviceIOProc() 644 struct st_sample *dst; in audioInDeviceIOProc()
|
D | winaudio.c | 274 struct st_sample* src = hw->mix_buf + hw->rpos; in winaudio_out_run() 534 struct st_sample* dst = hw->conv_buf + hw->wpos; in winaudio_in_run()
|
D | audio.c | 802 static void noop_conv (struct st_sample *dst, const void *src, in noop_conv() 971 struct st_sample *src = hw->mix_buf + hw->rpos; in audio_pcm_hw_clip_out() 1012 struct st_sample *src, *dst = sw->buf; in audio_pcm_sw_read() 1629 struct st_sample *src; in audio_run_capture() 2117 sizeof (struct st_sample)); in AUD_add_capture()
|
D | dsoundaudio.c | 357 struct st_sample *src1 = hw->mix_buf + hw->rpos; in dsound_write_sample() 358 struct st_sample *src2 = NULL; in dsound_write_sample()
|
D | paaudio.c | 126 struct st_sample *src = hw->mix_buf + rpos; in qpa_thread_out()
|
D | esdaudio.c | 153 struct st_sample *src = hw->mix_buf + rpos; in qesd_thread_out()
|
D | alsaaudio.c | 1116 struct st_sample *dst; in alsa_run_in()
|