OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:audio_req
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/
SDL_ahiaudio.c
123
if(!CheckIO((struct IORequest *)
audio_req
[current_buffer]))
125
WaitIO((struct IORequest *)
audio_req
[current_buffer]);
126
// AbortIO((struct IORequest *)
audio_req
[current_buffer]);
133
WaitIO((struct IORequest *)
audio_req
[current_buffer]);
136
audio_req
[current_buffer] -> ahir_Std. io_Message.mn_Node.ln_Pri = 60;
137
audio_req
[current_buffer] -> ahir_Std. io_Data = mixbuf[current_buffer];
138
audio_req
[current_buffer] -> ahir_Std. io_Length = this->hidden->size;
139
audio_req
[current_buffer] -> ahir_Std. io_Offset = 0;
140
audio_req
[current_buffer] -> ahir_Std . io_Command = CMD_WRITE;
141
audio_req
[current_buffer] -> ahir_Frequency = this->hidden->freq
[
all
...]
SDL_ahiaudio.h
45
struct AHIRequest *
audio_req
[2];
member in struct:SDL_PrivateAudioData
55
#define
audio_req
(this->hidden->
audio_req
)
macro
Completed in 24 milliseconds