Lines Matching refs:err_no
266 static int is_recoverable(const FifoContext *fifo, int err_no) {
271 return err_no != AVERROR_EXIT;
273 switch (err_no) {
294 int err_no)
301 av_err2str(err_no));
317 ret = err_no;
325 static int fifo_thread_attempt_recovery(FifoThreadContext *ctx, FifoMessage *msg, int err_no)
333 if (!is_recoverable(fifo, err_no)) {
334 ret = err_no;
396 static int fifo_thread_recover(FifoThreadContext *ctx, FifoMessage *msg, int err_no)
410 ret = fifo_thread_attempt_recovery(ctx, msg, err_no);