|
FFmpeg
4.4.6
|
#include <libavfilter/dnn_interface.h>
Data Fields | |
| void * | data |
| int | width |
| int | height |
| int | channels |
| DNNDataType | dt |
| DNNColorOrder | order |
Definition at line 58 of file dnn_interface.h.
| void* DNNData::data |
Definition at line 59 of file dnn_interface.h.
Referenced by execute_model_native(), execute_model_tf(), ff_proc_from_dnn_to_frame(), fill_model_input_ov(), get_pixel_format(), infer_completion_callback(), and proc_from_frame_to_dnn_analytics().
| int DNNData::width |
Definition at line 60 of file dnn_interface.h.
Referenced by allocate_input_tensor(), check_modelinput_inlink(), execute_model_native(), execute_model_tf(), fill_model_input_ov(), get_input_native(), get_input_ov(), get_input_tf(), infer_completion_callback(), and proc_from_frame_to_dnn_analytics().
| int DNNData::height |
Definition at line 60 of file dnn_interface.h.
Referenced by allocate_input_tensor(), check_modelinput_inlink(), execute_model_native(), execute_model_tf(), fill_model_input_ov(), get_input_native(), get_input_ov(), get_input_tf(), infer_completion_callback(), and proc_from_frame_to_dnn_analytics().
| int DNNData::channels |
Definition at line 60 of file dnn_interface.h.
Referenced by allocate_input_tensor(), check_modelinput_inlink(), execute_model_native(), execute_model_tf(), fill_model_input_ov(), get_input_native(), get_input_ov(), get_input_tf(), and infer_completion_callback().
| DNNDataType DNNData::dt |
Definition at line 62 of file dnn_interface.h.
Referenced by allocate_input_tensor(), check_modelinput_inlink(), execute_model_native(), execute_model_tf(), ff_proc_from_dnn_to_frame(), fill_model_input_ov(), get_input_native(), get_input_ov(), get_input_tf(), get_pixel_format(), and infer_completion_callback().
| DNNColorOrder DNNData::order |
Definition at line 63 of file dnn_interface.h.
Referenced by fill_model_input_ov().