Searched refs:SDL_WriteToDataQueue (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_dataqueue.h | 32 int SDL_WriteToDataQueue(SDL_DataQueue *queue, const void *data, const size_t len);
|
A D | SDL_dataqueue.c | 175 SDL_WriteToDataQueue(SDL_DataQueue *queue, const void *_data, const size_t _len) in SDL_WriteToDataQueue() function
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audiocvt.c | 1503 return buflen ? SDL_WriteToDataQueue(stream->queue, resamplebuf, buflen) : 0; in SDL_AudioStreamPutInternal() 1537 return SDL_WriteToDataQueue(stream->queue, buf, len); in SDL_AudioStreamPut()
|
A D | SDL_audio.c | 597 SDL_WriteToDataQueue(device->buffer_queue, stream, len); in SDL_BufferQueueFillCallback() 616 rc = SDL_WriteToDataQueue(device->buffer_queue, data, len); in SDL_QueueAudio()
|
Completed in 17 milliseconds