Lines Matching defs:ret
375 int xerr, i, ret = -1;
531 ret = write(fd, avctx->stats_in, strlen(avctx->stats_in));
532 if (ret == -1)
533 ret = AVERROR(errno);
534 else if (strlen(avctx->stats_in) > ret) {
536 ret = AVERROR(EIO);
538 if (ret < 0)
539 return ret;
733 int xerr, i, ret;
742 if ((ret = ff_alloc_packet(avctx, pkt, mb_width*(int64_t)mb_height*MAX_MB_BYTES + AV_INPUT_BUFFER_MIN_SIZE)) < 0)
743 return ret;