|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| char * | model_filename |
| DNNBackendType | backend_type |
| DNNModule * | dnn_module |
| DNNModel * | model |
| DNNInputData | 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.
| char* DRContext::model_filename |
Definition at line 37 of file vf_derain.c.
Referenced by init().
| DNNBackendType DRContext::backend_type |
Definition at line 38 of file vf_derain.c.
Referenced by init().
| DNNModule* DRContext::dnn_module |
Definition at line 39 of file vf_derain.c.
Referenced by filter_frame(), init(), and uninit().
| DNNModel* DRContext::model |
Definition at line 40 of file vf_derain.c.
Referenced by config_inputs(), filter_frame(), init(), and uninit().
| DNNInputData DRContext::input |
Definition at line 41 of file vf_derain.c.
Referenced by config_inputs(), filter_frame(), and init().
| DNNData DRContext::output |
Definition at line 42 of file vf_derain.c.
Referenced by filter_frame().
1.8.17