Lines Matching defs:ret
484 int ret;
677 if ((ret = ff_lpc_init(&ctx->lpc_ctx, ctx->number_of_samples,
679 return ret;
1724 int ret = 0;
1749 ret = AVERROR_INVALIDDATA;
1750 return ret;
1766 return ret;
2071 int restart_frame, ret;
2080 if ((ret = ff_alloc_packet(avctx, avpkt, 87500 * channels)) < 0)
2081 return ret;
2085 if ((ret = ff_af_queue_add(&ctx->afq, frame)) < 0)
2086 return ret;