Home
last modified time | relevance | path

Searched refs:SDL_AUDIO_MAX_CALLBACKS_PER_SEC (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffplay.c76 #define SDL_AUDIO_MAX_CALLBACKS_PER_SEC 30 macro
2526 …FFMAX(SDL_AUDIO_MIN_BUFFER_SIZE, 2 << av_log2(wanted_spec.freq / SDL_AUDIO_MAX_CALLBACKS_PER_SEC)); in audio_open()