Lines Matching refs:ret
33 int ret;
39 ret = AVERROR(ENOSYS);
46 ret = AVERROR(ENOMEM);
52 ret = AVERROR(ENOMEM);
82 ret = ffio_fdopen(&rtpctx->pb, handle);
83 if (ret < 0)
86 ret = ffio_open_dyn_packet_buf(&rtpctx->pb, packet_size);
87 if (!ret)
88 ret = avformat_write_header(rtpctx, &opts);
91 if (ret) {
98 return ret;
108 return ret;