Searched refs:SDL_AUDIO_MIN_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
74 #define SDL_AUDIO_MIN_BUFFER_SIZE 512 macro2468 …is->audio_buf_size = SDL_AUDIO_MIN_BUFFER_SIZE / is->audio_tgt.frame_size * is->audio_tgt.frame_si… in sdl_audio_callback()2526 …wanted_spec.samples = FFMAX(SDL_AUDIO_MIN_BUFFER_SIZE, 2 << av_log2(wanted_spec.freq / SDL_AUDIO_M… in audio_open()