FFmpeg
4.3.8
|
#include <libavfilter/dnn_interface.h>
Data Fields | |
void * | data |
DNNDataType | dt |
int | width |
int | height |
int | channels |
Definition at line 37 of file dnn_interface.h.
void* DNNData::data |
Definition at line 38 of file dnn_interface.h.
Referenced by copy_from_dnn_to_frame(), copy_from_frame_to_dnn(), ff_dnn_execute_model_native(), ff_dnn_execute_model_tf(), filter_frame(), set_input_output_native(), and set_input_output_tf().
DNNDataType DNNData::dt |
Definition at line 39 of file dnn_interface.h.
Referenced by allocate_input_tensor(), check_modelinput_inlink(), config_input(), copy_from_dnn_to_frame(), copy_from_frame_to_dnn(), ff_dnn_execute_model_native(), ff_dnn_execute_model_tf(), get_input_native(), get_input_tf(), init(), and prepare_sws_context().
int DNNData::width |
Definition at line 40 of file dnn_interface.h.
Referenced by allocate_input_tensor(), check_modelinput_inlink(), config_input(), config_inputs(), config_output(), config_props(), ff_dnn_execute_model_native(), ff_dnn_execute_model_tf(), filter_frame(), get_input_native(), get_input_tf(), and set_input_output_native().
int DNNData::height |
Definition at line 40 of file dnn_interface.h.
Referenced by allocate_input_tensor(), check_modelinput_inlink(), config_input(), config_inputs(), config_output(), config_props(), ff_dnn_execute_model_native(), ff_dnn_execute_model_tf(), filter_frame(), get_input_native(), get_input_tf(), and set_input_output_native().
int DNNData::channels |
Definition at line 40 of file dnn_interface.h.
Referenced by allocate_input_tensor(), check_modelinput_inlink(), config_input(), config_inputs(), config_props(), ff_dnn_execute_model_native(), ff_dnn_execute_model_tf(), get_input_native(), get_input_tf(), and set_input_output_native().