FFmpeg
Data Fields
DRContext Struct Reference

Data Fields

const AVClassclass
 
char * model_filename
 
DNNBackendType backend_type
 
DNNModulednn_module
 
DNNModelmodel
 
DNNInputData input
 
DNNData output
 

Detailed Description

Definition at line 34 of file vf_derain.c.

Field Documentation

◆ class

const AVClass* DRContext::class

Definition at line 35 of file vf_derain.c.

◆ model_filename

char* DRContext::model_filename

Definition at line 37 of file vf_derain.c.

Referenced by init().

◆ backend_type

DNNBackendType DRContext::backend_type

Definition at line 38 of file vf_derain.c.

Referenced by init().

◆ dnn_module

DNNModule* DRContext::dnn_module

Definition at line 39 of file vf_derain.c.

Referenced by filter_frame(), init(), and uninit().

◆ model

DNNModel* DRContext::model

Definition at line 40 of file vf_derain.c.

Referenced by config_inputs(), filter_frame(), init(), and uninit().

◆ input

DNNInputData DRContext::input

Definition at line 41 of file vf_derain.c.

Referenced by config_inputs(), filter_frame(), and init().

◆ output

DNNData DRContext::output

Definition at line 42 of file vf_derain.c.

Referenced by filter_frame().


The documentation for this struct was generated from the following file: