Home
last modified time | relevance | path

Searched refs:backend_options (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Ddnn_filter_common.h34 char *backend_options; member
47 …{ "backend_configs", "backend configs", OFFSET(backend_options), AV_OPT_TYPE_STRING…
48 …{ "options", "backend configs (deprecated, use backend_configs)", OFFSET(backend_options), AV_OPT…
Ddnn_filter_common.c81 …ctx->model = (ctx->dnn_module->load_model)(ctx->model_filename, func_type, ctx->backend_options, f… in ff_dnn_init()