OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mix_buf
(Results
1 - 10
of
10
) sorted by null
/external/qemu/audio/
audio.c
971
struct st_sample *src = hw->
mix_buf
+ hw->rpos;
1152
sw->hw->
mix_buf
+ wpos,
[
all
...]
audio_int.h
82
struct st_sample *
mix_buf
;
member in struct:HWVoiceOut
dsoundaudio.c
357
struct st_sample *src1 = hw->
mix_buf
+ hw->rpos;
362
src2 = hw->
mix_buf
;
fmodaudio.c
140
struct st_sample *src1 = hw->
mix_buf
+ hw->rpos;
145
src2 = hw->
mix_buf
;
wavaudio.c
83
src = hw->
mix_buf
+ rpos;
audio_template.h
27
#define HWBUF hw->
mix_buf
coreaudio.c
531
src = hw->
mix_buf
+ rpos;
esdaudio.c
153
struct st_sample *src = hw->
mix_buf
+ rpos;
paaudio.c
126
struct st_sample *src = hw->
mix_buf
+ rpos;
winaudio.c
274
struct st_sample* src = hw->
mix_buf
+ hw->rpos;
Completed in 393 milliseconds