Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
Dalsa.h101 int ff_alsa_xrun_recover(AVFormatContext *s1, int err);
Dalsa_dec.c121 if (ff_alsa_xrun_recover(s1, res) < 0) { in audio_read_packet()
Dalsa_enc.c108 if (ff_alsa_xrun_recover(s1, res) < 0) { in audio_write_packet()
Dalsa.c319 int ff_alsa_xrun_recover(AVFormatContext *s1, int err) in ff_alsa_xrun_recover() function