Searched refs:ff_alsa_xrun_recover (Results 1 – 4 of 4) sorted by relevance
101 int ff_alsa_xrun_recover(AVFormatContext *s1, int err);
121 if (ff_alsa_xrun_recover(s1, res) < 0) { in audio_read_packet()
108 if (ff_alsa_xrun_recover(s1, res) < 0) { in audio_write_packet()
319 int ff_alsa_xrun_recover(AVFormatContext *s1, int err) in ff_alsa_xrun_recover() function