FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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
 
DNNData 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

double SRContext::target

Definition at line 36 of file af_acrusher.c.

Referenced by samplereduction().

double SRContext::real

Definition at line 37 of file af_acrusher.c.

Referenced by samplereduction().

double SRContext::samples

Definition at line 38 of file af_acrusher.c.

Referenced by samplereduction().

double SRContext::last

Definition at line 39 of file af_acrusher.c.

Referenced by samplereduction().

const AVClass* SRContext::class

Definition at line 37 of file vf_sr.c.

char* SRContext::model_filename

Definition at line 39 of file vf_sr.c.

Referenced by init().

DNNBackendType SRContext::backend_type

Definition at line 40 of file vf_sr.c.

Referenced by init().

DNNModule* SRContext::dnn_module

Definition at line 41 of file vf_sr.c.

Referenced by init(), and uninit().

DNNModel* SRContext::model

Definition at line 42 of file vf_sr.c.

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

DNNData SRContext::input

Definition at line 43 of file vf_sr.c.

Referenced by config_props(), and filter_frame().

DNNData SRContext::output

Definition at line 43 of file vf_sr.c.

Referenced by config_props(), and filter_frame().

int SRContext::scale_factor

Definition at line 44 of file vf_sr.c.

Referenced by config_props(), and filter_frame().

struct SwsContext* SRContext::sws_contexts[3]

Definition at line 45 of file vf_sr.c.

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

int SRContext::sws_slice_h

Definition at line 46 of file vf_sr.c.

Referenced by config_props(), and filter_frame().

int SRContext::sws_input_linesize

Definition at line 46 of file vf_sr.c.

Referenced by config_props(), and filter_frame().

int SRContext::sws_output_linesize

Definition at line 46 of file vf_sr.c.

Referenced by config_props().


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