Lines Matching defs:ret
225 int ret;
246 ret = ff_mpv_reallocate_putbitbuffer(s, put_bits_count(&s->pb) / 8 + 100,
248 if (ret < 0) {
263 return ret;
297 int ret, use_slices;
316 ret = ff_mjpeg_encode_check_pix_fmt(s->avctx);
317 if (ret < 0)
318 return ret;
597 int i, ret;
620 ret = ff_mpv_encode_picture(avctx, pkt, pic, got_packet);
622 return ret;