Home
last modified time | relevance | path

Searched defs:SDL_PrivateAudioData (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/devel/sdl20/SDL2-2.0.18/src/audio/wasapi/
H A DSDL_wasapi.h39 struct SDL_PrivateAudioData struct
41 SDL_atomic_t refcount;
42 WCHAR *devid;
43 WAVEFORMATEX *waveformat;
44 IAudioClient *client;
48 HANDLE event;
49 HANDLE task;
50 SDL_bool coinitialized;
51 int framesize;
53 SDL_bool device_lost;
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/audio/wasapi/
H A DSDL_wasapi.h39 struct SDL_PrivateAudioData struct
41 SDL_atomic_t refcount;
42 WCHAR *devid;
43 WAVEFORMATEX *waveformat;
44 IAudioClient *client;
48 HANDLE event;
49 HANDLE task;
50 SDL_bool coinitialized;
51 int framesize;
53 SDL_bool device_lost;
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/audio/wasapi/
H A DSDL_wasapi.h39 struct SDL_PrivateAudioData struct
41 SDL_atomic_t refcount;
42 WCHAR *devid;
43 WAVEFORMATEX *waveformat;
44 IAudioClient *client;
48 HANDLE event;
49 HANDLE task;
50 SDL_bool coinitialized;
51 int framesize;
53 SDL_bool device_lost;
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/audio/coreaudio/
H A DSDL_coreaudio.h45 struct SDL_PrivateAudioData struct
47 SDL_Thread *thread;
48 AudioQueueRef audioQueue;
49 int numAudioBuffers;
51 void *buffer;
52 UInt32 bufferOffset;
53 UInt32 bufferSize;
56 char *thread_error;
57 SDL_atomic_t shutdown;
59 AudioDeviceID deviceID;
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/audio/coreaudio/
H A DSDL_coreaudio.h45 struct SDL_PrivateAudioData struct
47 SDL_Thread *thread;
48 AudioQueueRef audioQueue;
49 int numAudioBuffers;
51 void *buffer;
52 UInt32 bufferOffset;
53 UInt32 bufferSize;
56 char *thread_error;
57 SDL_atomic_t shutdown;
59 AudioDeviceID deviceID;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/audio/coreaudio/
H A DSDL_coreaudio.h46 struct SDL_PrivateAudioData struct
48 SDL_Thread *thread;
49 AudioQueueRef audioQueue;
51 void *buffer;
52 UInt32 bufferOffset;
53 UInt32 bufferSize;
55 SDL_sem *ready_semaphore;
56 char *thread_error;
57 SDL_atomic_t shutdown;
59 AudioDeviceID deviceID;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/audio/coreaudio/
H A DSDL_coreaudio.h46 struct SDL_PrivateAudioData struct
48 SDL_Thread *thread;
49 AudioQueueRef audioQueue;
51 void *buffer;
52 UInt32 bufferOffset;
53 UInt32 bufferSize;
55 SDL_sem *ready_semaphore;
56 char *thread_error;
57 SDL_atomic_t shutdown;
59 AudioDeviceID deviceID;
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/audio/coreaudio/
H A DSDL_coreaudio.h46 struct SDL_PrivateAudioData struct
48 SDL_Thread *thread;
49 AudioQueueRef audioQueue;
51 void *buffer;
52 UInt32 bufferOffset;
53 UInt32 bufferSize;
55 SDL_sem *ready_semaphore;
56 char *thread_error;
57 SDL_atomic_t shutdown;
59 AudioDeviceID deviceID;
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/audio/coreaudio/
H A DSDL_coreaudio.h46 struct SDL_PrivateAudioData struct
48 SDL_Thread *thread;
49 AudioQueueRef audioQueue;
51 void *buffer;
52 UInt32 bufferOffset;
53 UInt32 bufferSize;
55 SDL_sem *ready_semaphore;
56 char *thread_error;
57 SDL_atomic_t shutdown;
59 AudioDeviceID deviceID;
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/audio/nas/
H A DSDL_nasaudio.h44 AuServer* aud;
45 AuFlowID flow;
46 AuDeviceID dev;
49 pid_t parent;
52 Uint8 *mixbuf;
53 int mixlen;
55 int written;
56 int really;
57 int bps;
58 struct timeval last_tv;
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/audio/nas/
H A DSDL_nasaudio.h38 struct SDL_PrivateAudioData struct
40 AuServer *aud;
41 AuFlowID flow;
42 AuDeviceID dev;
45 Uint8 *mixbuf;
46 int mixlen;
48 int written;
49 int really;
50 int bps;
51 struct timeval last_tv;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/audio/nas/
H A DSDL_nasaudio.h38 struct SDL_PrivateAudioData struct
40 AuServer *aud;
41 AuFlowID flow;
42 AuDeviceID dev;
45 Uint8 *mixbuf;
46 int mixlen;
48 int written;
49 int really;
50 int bps;
51 struct timeval last_tv;
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/audio/nas/
H A DSDL_nasaudio.h38 struct SDL_PrivateAudioData struct
40 AuServer *aud;
41 AuFlowID flow;
42 AuDeviceID dev;
45 Uint8 *mixbuf;
46 int mixlen;
48 int written;
49 int really;
50 int bps;
51 struct timeval last_tv;
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/audio/nas/
H A DSDL_nasaudio.h38 struct SDL_PrivateAudioData struct
40 AuServer *aud;
41 AuFlowID flow;
42 AuDeviceID dev;
45 Uint8 *mixbuf;
46 int mixlen;
48 int written;
49 int really;
50 int bps;
51 struct timeval last_tv;
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/audio/nas/
H A DSDL_nasaudio.h38 struct SDL_PrivateAudioData struct
40 AuServer *aud;
41 AuFlowID flow;
42 AuDeviceID dev;
45 Uint8 *mixbuf;
46 int mixlen;
48 int written;
49 int really;
50 int bps;
51 struct timeval last_tv;
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/audio/nas/
H A DSDL_nasaudio.h38 struct SDL_PrivateAudioData struct
40 AuServer *aud;
41 AuFlowID flow;
42 AuDeviceID dev;
45 Uint8 *mixbuf;
46 int mixlen;
48 int written;
49 int really;
50 int bps;
51 struct timeval last_tv;
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/audio/dart/
H A DSDL_dart.h45 struct SDL_PrivateAudioData struct
47 int iCurrDeviceOrd;
48 int iCurrFreq;
49 int iCurrBits;
50 int iCurrChannels;
51 int iCurrNumBufs;
52 int iCurrBufSize;
54 int iLastPlayedBuf;
55 int iNextFreeBuffer;
58 MCI_MIX_BUFFER *pMixBuffers; // Sound buffers
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/audio/pulseaudio/
H A DSDL_pulseaudio.h33 struct SDL_PrivateAudioData struct
35 char *device_name;
38 pa_mainloop *mainloop;
39 pa_context *context;
40 pa_stream *stream;
43 Uint8 *mixbuf;
44 int mixlen;
50 void *pabuf;
52 const Uint8 *capturebuf;
53 int capturelen;
/dports/x11/controllermap/SDL2-2.0.18/src/audio/pulseaudio/
H A DSDL_pulseaudio.h33 struct SDL_PrivateAudioData struct
35 char *device_name;
38 pa_mainloop *mainloop;
39 pa_context *context;
40 pa_stream *stream;
43 Uint8 *mixbuf;
44 int mixlen;
50 void *pabuf;
52 const Uint8 *capturebuf;
53 int capturelen;
/dports/devel/sdl20/SDL2-2.0.18/src/audio/qsa/
H A DSDL_qsa_audio.h34 struct SDL_PrivateAudioData struct
37 SDL_bool iscapture;
40 int cardno;
41 int deviceno;
42 snd_pcm_t *audio_handle;
45 int audio_fd;
48 uint32_t timeout_on_wait;
51 Uint8 *pcm_buf;
52 Uint32 pcm_len;
/dports/devel/sdl20/SDL2-2.0.18/src/audio/sun/
H A DSDL_sunaudio.h31 struct SDL_PrivateAudioData struct
34 int audio_fd;
36 SDL_AudioFormat audio_fmt; /* The app audio format */
37 Uint8 *mixbuf; /* The app mixing buffer */
38 int ulaw_only; /* Flag -- does hardware only output U-law? */
39 Uint8 *ulaw_buf; /* The U-law mixing buffer */
40 Sint32 written; /* The number of samples written */
41 int fragsize; /* The audio fragment size in samples */
42 int frequency; /* The audio frequency in KHz */
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/audio/qsa/
H A DSDL_qsa_audio.h34 struct SDL_PrivateAudioData struct
37 SDL_bool iscapture;
40 int cardno;
41 int deviceno;
42 snd_pcm_t *audio_handle;
45 int audio_fd;
48 uint32_t timeout_on_wait;
51 Uint8 *pcm_buf;
52 Uint32 pcm_len;
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/audio/sun/
H A DSDL_sunaudio.h31 struct SDL_PrivateAudioData struct
34 int audio_fd;
36 SDL_AudioFormat audio_fmt; /* The app audio format */
37 Uint8 *mixbuf; /* The app mixing buffer */
38 int ulaw_only; /* Flag -- does hardware only output U-law? */
39 Uint8 *ulaw_buf; /* The U-law mixing buffer */
40 Sint32 written; /* The number of samples written */
41 int fragsize; /* The audio fragment size in samples */
42 int frequency; /* The audio frequency in KHz */
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/audio/pulseaudio/
H A DSDL_pulseaudio.h33 struct SDL_PrivateAudioData struct
35 char *device_name;
38 pa_mainloop *mainloop;
39 pa_context *context;
40 pa_stream *stream;
43 Uint8 *mixbuf;
44 int mixlen;
46 const Uint8 *capturebuf;
47 int capturelen;
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/audio/qsa/
H A DSDL_qsa_audio.h34 struct SDL_PrivateAudioData struct
37 SDL_bool iscapture;
40 int cardno;
41 int deviceno;
42 snd_pcm_t *audio_handle;
45 int audio_fd;
48 uint32_t timeout_on_wait;
51 Uint8 *pcm_buf;
52 Uint32 pcm_len;

12345678