Searched refs:rec_ret (Results 1 – 2 of 2) sorted by relevance
709 CopyRet rec_ret; in crystalhd_receive_frame() local752 rec_ret = RET_OK; in crystalhd_receive_frame()756 rec_ret = receive_frame(avctx, frame, &got_frame); in crystalhd_receive_frame()757 } while (rec_ret == RET_COPY_AGAIN); in crystalhd_receive_frame()759 if (rec_ret == RET_ERROR) { in crystalhd_receive_frame()
431 int rec_ret = fifo_thread_recover(&fifo_thread_ctx, &msg, ret); in fifo_consumer_thread() local432 if (rec_ret < 0) { in fifo_consumer_thread()433 av_thread_message_queue_set_err_send(queue, rec_ret); in fifo_consumer_thread()