|
FFmpeg
|
#include "dnn_backend_openvino.h"#include "dnn_io_proc.h"#include "libavformat/avio.h"#include "libavutil/avassert.h"#include "libavutil/cpu.h"#include "libavutil/opt.h"#include "libavutil/avstring.h"#include "libavutil/detection_bbox.h"Go to the source code of this file.
Data Structures | |
| struct | OVOptions |
| struct | OVContext |
| struct | OVModel |
| struct | OVRequestItem |
Variables | |
| static const AVOption | dnn_openvino_options [] |
DNN OpenVINO backend implementation.
Definition in file dnn_backend_openvino.c.
| AVFILTER_DEFINE_CLASS | ( | dnn_openvino | ) |
|
static |
Definition at line 87 of file dnn_backend_openvino.c.
Referenced by fill_model_input_ov(), get_input_ov(), and infer_completion_callback().
|
static |
Definition at line 101 of file dnn_backend_openvino.c.
Referenced by fill_model_input_ov(), and infer_completion_callback().
|
static |
Definition at line 115 of file dnn_backend_openvino.c.
Referenced by execute_model_ov(), and ff_dnn_flush_ov().
|
static |
Definition at line 197 of file dnn_backend_openvino.c.
Referenced by execute_model_ov(), and init_model_ov().
|
static |
Definition at line 304 of file dnn_backend_openvino.c.
Referenced by ff_dnn_execute_model_ov(), and get_output_ov().
|
static |
Definition at line 426 of file dnn_backend_openvino.c.
Referenced by ff_dnn_execute_model_ov(), and get_output_ov().
|
static |
Definition at line 483 of file dnn_backend_openvino.c.
Referenced by ff_dnn_load_model_ov().
Definition at line 533 of file dnn_backend_openvino.c.
Referenced by extract_lltask_from_task().
|
static |
Definition at line 570 of file dnn_backend_openvino.c.
Referenced by ff_dnn_execute_model_ov(), and get_output_ov().
|
static |
Definition at line 636 of file dnn_backend_openvino.c.
Referenced by ff_dnn_load_model_ov().
| DNNModel* ff_dnn_load_model_ov | ( | const char * | model_filename, |
| DNNFunctionType | func_type, | ||
| const char * | options, | ||
| AVFilterContext * | filter_ctx | ||
| ) |
Definition at line 704 of file dnn_backend_openvino.c.
Referenced by ff_get_dnn_module().
| DNNReturnType ff_dnn_execute_model_ov | ( | const DNNModel * | model, |
| DNNExecBaseParams * | exec_params | ||
| ) |
Definition at line 761 of file dnn_backend_openvino.c.
Referenced by ff_get_dnn_module().
| DNNAsyncStatusType ff_dnn_get_result_ov | ( | const DNNModel * | model, |
| AVFrame ** | in, | ||
| AVFrame ** | out | ||
| ) |
Definition at line 840 of file dnn_backend_openvino.c.
Referenced by ff_get_dnn_module().
| DNNReturnType ff_dnn_flush_ov | ( | const DNNModel * | model | ) |
Definition at line 846 of file dnn_backend_openvino.c.
Referenced by ff_get_dnn_module().
| void ff_dnn_free_model_ov | ( | DNNModel ** | model | ) |
Definition at line 884 of file dnn_backend_openvino.c.
Referenced by ff_dnn_load_model_ov(), ff_get_dnn_module(), and init_model_ov().
|
static |
Definition at line 77 of file dnn_backend_openvino.c.
1.8.17