Lines Matching refs:cctx
167 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
168 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx;
238 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
239 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx;
279 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
280 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx;
303 av_freep(&cctx->ctx);
435 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
436 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx;
527 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
528 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx;
550 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
558 ctx->list_devices = cctx->list_devices;
559 ctx->list_formats = cctx->list_formats;
560 ctx->preroll = cctx->preroll;
561 ctx->duplex_mode = cctx->duplex_mode;
562 if (cctx->link > 0 && (unsigned int)cctx->link < FF_ARRAY_ELEMS(decklink_link_conf_map))
563 ctx->link = decklink_link_conf_map[cctx->link];
564 cctx->ctx = ctx;
624 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
625 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx;