Home
last modified time | relevance | path

Searched refs:rec_ret (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcrystalhd.c709 CopyRet rec_ret; in crystalhd_receive_frame() local
752 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()
/third_party/ffmpeg/libavformat/
Dfifo.c431 int rec_ret = fifo_thread_recover(&fifo_thread_ctx, &msg, ret); in fifo_consumer_thread() local
432 if (rec_ret < 0) { in fifo_consumer_thread()
433 av_thread_message_queue_set_err_send(queue, rec_ret); in fifo_consumer_thread()