Lines Matching refs:ret
116 int ret = --_refs;
117 if (!ret) {
124 return ret;
317 int ret, i;
325 ret = klvanc_create_eia708_cdp(&cdp);
326 if (ret)
329 ret = klvanc_set_framerate_EIA_708B(cdp, ctx->bmd_tb_num, ctx->bmd_tb_den);
330 if (ret) {
355 ret = klvanc_convert_EIA_708B_to_words(cdp, &cdp_words, &len);
357 if (ret != 0) {
362 ret = klvanc_line_insert(ctx->vanc_ctx, vanc_lines, cdp_words, len, 11, 0);
364 if (ret != 0) {
374 int ret = 0, i;
385 ret = AVERROR(EIO);
422 ret = AVERROR(EIO);
429 return ret;
553 int ret;
579 ret = ff_decklink_init_device(avctx, avctx->url);
580 if (ret < 0)
581 return ret;
587 ret = AVERROR(EIO);
594 ret = AVERROR_EXIT;
599 ret = AVERROR(EIO);
619 return ret;