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

  /external/qemu/distrib/sdl-1.2.15/src/audio/dmedia/
SDL_irixaudio.h 36 ALport audio_port; member in struct:SDL_PrivateAudioData
42 #define audio_port (this->hidden->audio_port) macro
SDL_irixaudio.c 109 timeleft = this->spec.samples - alGetFillable(audio_port);
119 if ( alWriteFrames(audio_port, mixbuf, this->spec.samples) < 0 ) {
136 if ( audio_port != NULL ) {
137 alClosePort(audio_port);
138 audio_port = NULL;
201 audio_port = alOpenPort("SDL audio", "w", audio_config);
202 if (audio_port == NULL) {
208 audio_port = alOpenPort("SDL audio", "w",
213 if (audio_port != NULL) {

Completed in 95 milliseconds