Home
last modified time | relevance | path

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

/external/qemu/audio/
Dmixeng.h30 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);
Dmixeng_template.h112 (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()
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()
Daudio_int.h82 struct st_sample *mix_buf;
102 struct st_sample *conv_buf;
115 struct st_sample *buf;
134 struct st_sample *buf;
Dmixeng.c293 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()
Dwavaudio.c63 struct st_sample *src; in wav_out_run()
350 struct st_sample* dst; in wav_in_run()
Dfmodaudio.c140 struct st_sample *src1 = hw->mix_buf + hw->rpos; in fmod_write_sample()
141 struct st_sample *src2 = NULL; in fmod_write_sample()
Daudio_template.h83 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()
Dcoreaudio.c506 struct st_sample *src; in audioOutDeviceIOProc()
644 struct st_sample *dst; in audioInDeviceIOProc()
Dwinaudio.c274 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()
Daudio.c802 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()
Ddsoundaudio.c357 struct st_sample *src1 = hw->mix_buf + hw->rpos; in dsound_write_sample()
358 struct st_sample *src2 = NULL; in dsound_write_sample()
Dpaaudio.c126 struct st_sample *src = hw->mix_buf + rpos; in qpa_thread_out()
Desdaudio.c153 struct st_sample *src = hw->mix_buf + rpos; in qesd_thread_out()
Dalsaaudio.c1116 struct st_sample *dst; in alsa_run_in()