HomeSort by relevance Sort by last modified time
    Searched refs:mixeng_volume (Results 1 - 4 of 4) sorted by null

  /external/qemu/audio/
mixeng.h 29 struct mixeng_volume { int mute; mixeng_real r; mixeng_real l; }; struct
32 struct mixeng_volume { int mute; int64_t r; int64_t l; }; struct
37 int samples, struct mixeng_volume *vol);
mixeng_template.h 112 (struct st_sample *dst, const void *src, int samples, struct mixeng_volume *vol)
132 (struct st_sample *dst, const void *src, int samples, struct mixeng_volume *vol)
audio_int.h 120 struct mixeng_volume vol;
136 struct mixeng_volume vol;
214 extern struct mixeng_volume nominal_volume;
audio.c 190 struct mixeng_volume nominal_volume = {
804 int samples, struct mixeng_volume *vol)
    [all...]

Completed in 52 milliseconds