Lines Matching refs:cctx

124     struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
125 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx;
166 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
167 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx;
216 if (direction == DIRECTION_OUT && cctx->timing_offset != INT_MIN) {
217 res = ctx->cfg->SetInt(bmdDeckLinkConfigReferenceInputTimingOffset, cctx->timing_offset);
228 if (ctx->link == bmdLinkConfigurationQuadLink && cctx->sqd >= 0) {
229 res = ctx->cfg->SetFlag(bmdDeckLinkConfigQuadLinkSDIVideoOutputSquareDivisionSplit, cctx->sqd);
237 if (direction == DIRECTION_OUT && cctx->level_a >= 0) {
244 res = ctx->cfg->SetFlag(bmdDeckLinkConfigSMPTELevelAOutput, cctx->level_a);
263 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
264 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx;
276 width, height, tb_num, tb_den, field_order, direction, cctx->format_code ? cctx->format_code : "(unset)");
290 if (cctx->format_code)
291 memcpy(format_buf, cctx->format_code, FFMIN(strlen(cctx->format_code), sizeof(format_buf)));
489 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
490 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx;
540 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
541 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx;
557 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;
558 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx;