Lines Matching refs:ret
444 int ret = 0;
605 ret = AVERROR(ENOMEM);
624 ret = 0;
626 ret = cd->init(sctx, cd, flags, opts, len, inv, scale);
628 if (ret >= 0) {
637 if (ret == AVERROR(ENOMEM))
646 return ret;
652 int ret;
670 ret = ff_tx_init_subtx(&tmp, type, flags, NULL, len, inv, scale);
671 if (ret < 0)
672 return ret;
682 return ret;