OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
122
struct
mixeng_volume
vol;
138
struct
mixeng_volume
vol;
216
extern struct
mixeng_volume
nominal_volume;
audio.c
197
struct
mixeng_volume
nominal_volume = {
803
int samples, struct
mixeng_volume
*vol)
[
all
...]
Completed in 880 milliseconds