Searched refs:SDL_AUDIOBUFFERQUEUE_PACKETLEN (Results 1 – 2 of 2) sorted by relevance
63 #define SDL_AUDIOBUFFERQUEUE_PACKETLEN (8 * 1024) macro
677 SDL_ClearDataQueue(device->buffer_queue, SDL_AUDIOBUFFERQUEUE_PACKETLEN * 2); in SDL_ClearQueuedAudio()1415 device->buffer_queue = SDL_NewDataQueue(SDL_AUDIOBUFFERQUEUE_PACKETLEN, obtained->size * 2); in open_audio_device()
Completed in 5 milliseconds