FFmpeg
4.3.9
|
Data Fields | |
const AVClass * | class |
char * | model_filename |
DNNBackendType | backend_type |
char * | model_inputname |
char * | model_outputname |
DNNModule * | dnn_module |
DNNModel * | model |
DNNData | input |
DNNData | output |
struct SwsContext * | sws_gray8_to_grayf32 |
struct SwsContext * | sws_grayf32_to_gray8 |
struct SwsContext * | sws_uv_scale |
int | sws_uv_height |
Definition at line 37 of file vf_dnn_processing.c.
const AVClass* DnnProcessingContext::class |
Definition at line 38 of file vf_dnn_processing.c.
char* DnnProcessingContext::model_filename |
Definition at line 40 of file vf_dnn_processing.c.
Referenced by init().
DNNBackendType DnnProcessingContext::backend_type |
Definition at line 41 of file vf_dnn_processing.c.
Referenced by init().
char* DnnProcessingContext::model_inputname |
Definition at line 42 of file vf_dnn_processing.c.
Referenced by config_input(), and init().
char* DnnProcessingContext::model_outputname |
Definition at line 43 of file vf_dnn_processing.c.
Referenced by config_input(), and init().
DNNModule* DnnProcessingContext::dnn_module |
Definition at line 45 of file vf_dnn_processing.c.
Referenced by config_output(), filter_frame(), init(), and uninit().
DNNModel* DnnProcessingContext::model |
Definition at line 46 of file vf_dnn_processing.c.
Referenced by config_input(), config_output(), filter_frame(), init(), and uninit().
DNNData DnnProcessingContext::input |
Definition at line 49 of file vf_dnn_processing.c.
Referenced by config_input(), copy_from_frame_to_dnn(), and prepare_sws_context().
DNNData DnnProcessingContext::output |
Definition at line 50 of file vf_dnn_processing.c.
Referenced by config_output(), copy_from_dnn_to_frame(), filter_frame(), and prepare_sws_context().
struct SwsContext* DnnProcessingContext::sws_gray8_to_grayf32 |
Definition at line 52 of file vf_dnn_processing.c.
Referenced by copy_from_frame_to_dnn(), prepare_sws_context(), and uninit().
struct SwsContext* DnnProcessingContext::sws_grayf32_to_gray8 |
Definition at line 53 of file vf_dnn_processing.c.
Referenced by copy_from_dnn_to_frame(), prepare_sws_context(), and uninit().
struct SwsContext* DnnProcessingContext::sws_uv_scale |
Definition at line 54 of file vf_dnn_processing.c.
Referenced by copy_uv_planes(), prepare_sws_context(), and uninit().
int DnnProcessingContext::sws_uv_height |
Definition at line 55 of file vf_dnn_processing.c.
Referenced by copy_uv_planes(), and prepare_sws_context().