Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcrystalhd.c711 CopyRet rec_ret; in crystalhd_receive_frame() local
754 rec_ret = RET_OK; in crystalhd_receive_frame()
758 rec_ret = receive_frame(avctx, frame, &got_frame); in crystalhd_receive_frame()
759 } while (rec_ret == RET_COPY_AGAIN); in crystalhd_receive_frame()
761 if (rec_ret == RET_ERROR) { in crystalhd_receive_frame()
/third_party/ffmpeg/libavformat/
H A Dfifo.c442 int rec_ret = fifo_thread_recover(&fifo_thread_ctx, &msg, ret); in fifo_consumer_thread() local
443 if (rec_ret < 0) { in fifo_consumer_thread()
444 av_thread_message_queue_set_err_send(queue, rec_ret); in fifo_consumer_thread()

Completed in 3 milliseconds