Searched refs:extra_hw_frames (Results 1 – 10 of 10) sorted by relevance
147 if (avctx->extra_hw_frames >= 0) in hwmap_config_output()148 frames->initial_pool_size = 2 + avctx->extra_hw_frames; in hwmap_config_output()228 if (avctx->extra_hw_frames >= 0) in hwmap_config_output()229 hwfc->initial_pool_size = 2 + avctx->extra_hw_frames; in hwmap_config_output()
151 if (avctx->extra_hw_frames >= 0) in hwupload_config_output()152 ctx->hwframes->initial_pool_size = 2 + avctx->extra_hw_frames; in hwupload_config_output()
427 int extra_hw_frames; member
568 if (avctx->extra_hw_frames > 0) in init_vpp_session()569 out_frames_ctx->initial_pool_size += avctx->extra_hw_frames; in init_vpp_session()
633 OFFSET(extra_hw_frames), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, FLAGS },1663 } else if (avctx->extra_hw_frames >= 0) { in ff_filter_init_hw_frames()1664 frames->initial_pool_size += avctx->extra_hw_frames; in ff_filter_init_hw_frames()
97 frames_ctx->initial_pool_size = 64 + s->extra_hw_frames; in qsv_init()
2320 int extra_hw_frames; member
1261 if (avctx->extra_hw_frames > 0) in avcodec_get_hw_frames_parameters()1262 frames_ctx->initial_pool_size += avctx->extra_hw_frames; in avcodec_get_hw_frames_parameters()
468 …, "Number of extra hardware frames to allocate for the user", OFFSET(extra_hw_frames), AV_OPT_TYPE…
371 Add AVFilterContext.extra_hw_frames.374 Add AVCodecContext.extra_hw_frames.