FFmpeg
|
Data Fields | |
const AVClass * | class |
int | filter_type |
char * | model_filename |
DNNBackendType | backend_type |
DNNModule * | dnn_module |
DNNModel * | model |
DNNData | input |
DNNData | output |
Definition at line 34 of file vf_derain.c.
const AVClass* DRContext::class |
Definition at line 35 of file vf_derain.c.
int DRContext::filter_type |
Definition at line 37 of file vf_derain.c.
char* DRContext::model_filename |
Definition at line 38 of file vf_derain.c.
Referenced by init().
DNNBackendType DRContext::backend_type |
Definition at line 39 of file vf_derain.c.
Referenced by init().
DNNModule* DRContext::dnn_module |
Definition at line 40 of file vf_derain.c.
Referenced by filter_frame(), init(), and uninit().
DNNModel* DRContext::model |
Definition at line 41 of file vf_derain.c.
Referenced by config_inputs(), filter_frame(), init(), and uninit().
DNNData DRContext::input |
Definition at line 42 of file vf_derain.c.
Referenced by config_inputs(), filter_frame(), and init().
DNNData DRContext::output |
Definition at line 43 of file vf_derain.c.
Referenced by filter_frame().