Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Dmixeng.h31 struct st_sample { mixeng_real l; mixeng_real r; }; argument
34 struct st_sample { int64_t l; int64_t r; }; argument
36 typedef struct st_sample st_sample; typedef