|
FFmpeg
|
Data Fields | |
| OVModel * | ov_model |
| const char * | input_name |
| AVFrame * | in_frame |
| const char * | output_name |
| AVFrame * | out_frame |
| int | do_ioproc |
| int | async |
| int | done |
Definition at line 62 of file dnn_backend_openvino.c.
| OVModel* TaskItem::ov_model |
Definition at line 63 of file dnn_backend_openvino.c.
Referenced by execute_model_ov(), ff_dnn_execute_model_async_ov(), ff_dnn_execute_model_ov(), get_output_ov(), and infer_completion_callback().
| const char* TaskItem::input_name |
Definition at line 64 of file dnn_backend_openvino.c.
Referenced by ff_dnn_execute_model_async_ov(), ff_dnn_execute_model_ov(), fill_model_input_ov(), and get_output_ov().
| AVFrame* TaskItem::in_frame |
Definition at line 65 of file dnn_backend_openvino.c.
Referenced by ff_dnn_execute_model_async_ov(), ff_dnn_execute_model_ov(), ff_dnn_free_model_ov(), ff_dnn_get_async_result_ov(), fill_model_input_ov(), and get_output_ov().
| const char* TaskItem::output_name |
Definition at line 66 of file dnn_backend_openvino.c.
Referenced by ff_dnn_execute_model_async_ov(), ff_dnn_execute_model_ov(), get_output_ov(), and infer_completion_callback().
| AVFrame* TaskItem::out_frame |
Definition at line 67 of file dnn_backend_openvino.c.
Referenced by ff_dnn_execute_model_async_ov(), ff_dnn_execute_model_ov(), ff_dnn_free_model_ov(), ff_dnn_get_async_result_ov(), get_output_ov(), and infer_completion_callback().
| int TaskItem::do_ioproc |
Definition at line 68 of file dnn_backend_openvino.c.
Referenced by ff_dnn_execute_model_async_ov(), ff_dnn_execute_model_ov(), fill_model_input_ov(), get_output_ov(), and infer_completion_callback().
| int TaskItem::async |
Definition at line 69 of file dnn_backend_openvino.c.
Referenced by execute_model_ov(), ff_dnn_execute_model_async_ov(), ff_dnn_execute_model_ov(), get_output_ov(), and infer_completion_callback().
| int TaskItem::done |
Definition at line 70 of file dnn_backend_openvino.c.
Referenced by execute_model_ov(), ff_dnn_execute_model_async_ov(), ff_dnn_execute_model_ov(), ff_dnn_get_async_result_ov(), get_output_ov(), and infer_completion_callback().
1.8.17