Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A 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()
H A 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()
H A Davfilter.h494 int extra_hw_frames; member
H A Dqsvvpp.c545 if (avctx->extra_hw_frames > 0) in init_vpp_session()
546 out_frames_ctx->initial_pool_size += avctx->extra_hw_frames; in init_vpp_session()
H A Davfilter.c614 { "extra_hw_frames", "Number of extra hardware frames to allocate for the user",
615 OFFSET(extra_hw_frames), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, FLAGS },
1564 } else if (avctx->extra_hw_frames >= 0) { in ff_filter_init_hw_frames()
1565 frames->initial_pool_size += avctx->extra_hw_frames; in ff_filter_init_hw_frames()
/third_party/ffmpeg/fftools/
H A Dffmpeg_qsv.c97 frames_ctx->initial_pool_size = 64 + s->extra_hw_frames; in qsv_init()
/third_party/ffmpeg/libavcodec/
H A Davcodec.h1980 int extra_hw_frames; member
H A Ddecode.c1035 if (avctx->extra_hw_frames > 0) in avcodec_get_hw_frames_parameters()
1036 frames_ctx->initial_pool_size += avctx->extra_hw_frames; in avcodec_get_hw_frames_parameters()
H A Dqsvdec.c286 hwframes_ctx->initial_pool_size = q->suggest_pool_size + 16 + avctx->extra_hw_frames; in qsv_decode_preinit()
H A Doptions_table.h400 {"extra_hw_frames", "Number of extra hardware frames to allocate for the user", OFFSET(extra_hw_frames), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, V|D },

Completed in 20 milliseconds