Home
last modified time | relevance | path

Searched refs:extra_hw_frames (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_hwmap.c147 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()
Dvf_hwupload.c151 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()
Davfilter.h427 int extra_hw_frames; member
Dqsvvpp.c568 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()
Davfilter.c633 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()
/third_party/ffmpeg/fftools/
Dffmpeg_qsv.c97 frames_ctx->initial_pool_size = 64 + s->extra_hw_frames; in qsv_init()
/third_party/ffmpeg/libavcodec/
Davcodec.h2320 int extra_hw_frames; member
Ddecode.c1261 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()
Doptions_table.h468 …, "Number of extra hardware frames to allocate for the user", OFFSET(extra_hw_frames), AV_OPT_TYPE…
/third_party/ffmpeg/doc/
DAPIchanges371 Add AVFilterContext.extra_hw_frames.
374 Add AVCodecContext.extra_hw_frames.