• Home
  • Raw
  • Download

Lines Matching refs:cctx

124     struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data;  in decklink_select_input()  local
125 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in decklink_select_input()
166 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_set_configs() local
167 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_set_configs()
212 if (direction == DIRECTION_OUT && cctx->timing_offset != INT_MIN) { in ff_decklink_set_configs()
213 res = ctx->cfg->SetInt(bmdDeckLinkConfigReferenceInputTimingOffset, cctx->timing_offset); in ff_decklink_set_configs()
226 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_set_format() local
227 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_set_format()
239 …width, height, tb_num, tb_den, field_order, direction, cctx->format_code ? cctx->format_code : "(u… in ff_decklink_set_format()
253 if (cctx->format_code) in ff_decklink_set_format()
254 memcpy(format_buf, cctx->format_code, FFMIN(strlen(cctx->format_code), sizeof(format_buf))); in ff_decklink_set_format()
452 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_list_formats() local
453 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_list_formats()
503 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_cleanup() local
504 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_cleanup()
520 struct decklink_cctx *cctx = (struct decklink_cctx *)avctx->priv_data; in ff_decklink_init_device() local
521 struct decklink_ctx *ctx = (struct decklink_ctx *)cctx->ctx; in ff_decklink_init_device()