FFmpeg
Data Fields
SRContext Struct Reference

Data Fields

double target
 
double real
 
double samples
 
double last
 
const AVClassclass
 
char * model_filename
 
DNNBackendType backend_type
 
DNNModulednn_module
 
DNNModelmodel
 
DNNInputData input
 
DNNData output
 
int scale_factor
 
struct SwsContextsws_contexts [3]
 
int sws_slice_h
 
int sws_input_linesize
 
int sws_output_linesize
 

Detailed Description

Definition at line 35 of file af_acrusher.c.

Field Documentation

◆ target

double SRContext::target

Definition at line 36 of file af_acrusher.c.

Referenced by samplereduction().

◆ real

double SRContext::real

Definition at line 37 of file af_acrusher.c.

Referenced by samplereduction().

◆ samples

double SRContext::samples

Definition at line 38 of file af_acrusher.c.

Referenced by samplereduction().

◆ last

double SRContext::last

Definition at line 39 of file af_acrusher.c.

Referenced by samplereduction().

◆ class

const AVClass* SRContext::class

Definition at line 38 of file vf_sr.c.

◆ model_filename

char* SRContext::model_filename

Definition at line 40 of file vf_sr.c.

Referenced by init().

◆ backend_type

DNNBackendType SRContext::backend_type

Definition at line 41 of file vf_sr.c.

Referenced by init().

◆ dnn_module

DNNModule* SRContext::dnn_module

Definition at line 42 of file vf_sr.c.

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

◆ model

DNNModel* SRContext::model

Definition at line 43 of file vf_sr.c.

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

◆ input

DNNInputData SRContext::input

Definition at line 44 of file vf_sr.c.

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

◆ output

DNNData SRContext::output

Definition at line 45 of file vf_sr.c.

Referenced by config_props(), and filter_frame().

◆ scale_factor

int SRContext::scale_factor

Definition at line 46 of file vf_sr.c.

Referenced by config_props(), and filter_frame().

◆ sws_contexts

struct SwsContext* SRContext::sws_contexts[3]

Definition at line 47 of file vf_sr.c.

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

◆ sws_slice_h

int SRContext::sws_slice_h

Definition at line 48 of file vf_sr.c.

Referenced by config_props(), and filter_frame().

◆ sws_input_linesize

int SRContext::sws_input_linesize

Definition at line 48 of file vf_sr.c.

Referenced by config_props().

◆ sws_output_linesize

int SRContext::sws_output_linesize

Definition at line 48 of file vf_sr.c.

Referenced by config_props().


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