FFmpeg
Data Fields
SRContext Struct Reference

Data Fields

double target
 
double real
 
double samples
 
double last
 
const AVClassclass
 
DnnContext dnnctx
 
int scale_factor
 
struct SwsContextsws_uv_scale
 
int sws_uv_height
 
struct SwsContextsws_pre_scale
 

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 37 of file vf_sr.c.

◆ dnnctx

DnnContext SRContext::dnnctx

Definition at line 38 of file vf_sr.c.

Referenced by init(), and uninit().

◆ scale_factor

int SRContext::scale_factor

Definition at line 39 of file vf_sr.c.

◆ sws_uv_scale

struct SwsContext* SRContext::sws_uv_scale

Definition at line 40 of file vf_sr.c.

Referenced by uninit().

◆ sws_uv_height

int SRContext::sws_uv_height

Definition at line 41 of file vf_sr.c.

◆ sws_pre_scale

struct SwsContext* SRContext::sws_pre_scale

Definition at line 42 of file vf_sr.c.

Referenced by uninit().


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