Searched refs:extra_hw_frames (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_hwmap.c | 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()
|
H A D | vf_hwupload.c | 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()
|
H A D | avfilter.h | 494 int extra_hw_frames; member
|
H A D | qsvvpp.c | 545 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 D | avfilter.c | 614 { "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 D | ffmpeg_qsv.c | 97 frames_ctx->initial_pool_size = 64 + s->extra_hw_frames; in qsv_init()
|
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 1980 int extra_hw_frames; member
|
H A D | decode.c | 1035 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 D | qsvdec.c | 286 hwframes_ctx->initial_pool_size = q->suggest_pool_size + 16 + avctx->extra_hw_frames; in qsv_decode_preinit()
|
H A D | options_table.h | 400 {"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