Searched defs:st_sample_t (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dmixeng.h34 typedef struct { int64_t l; int64_t r; } st_sample_t; typedef in typeref:struct:__anon9904
39 typedef struct { real_t l; real_t r; } st_sample_t; typedef in typeref:struct:__anon9906
42 typedef struct { int64_t l; int64_t r; } st_sample_t; typedef in typeref:struct:__anon9908
46 typedef void (t_sample) (st_sample_t *dst, const void *src,
49 typedef void (f_sample) (void *dst, const st_sample_t *src, int samples);
55 void st_rate_flow (void *opaque, st_sample_t *ibuf, st_sample_t *obuf,
57 void st_rate_flow_mix (void *opaque, st_sample_t *ibuf, st_sample_t *obuf,
64 void mixeng_clear (st_sample_t *bu
[all...]

Completed in 35 milliseconds