FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVResampleContext Struct Reference

Data Fields

const AVClassav_class
 
FELEMfilter_bank
 
int filter_length
 
int ideal_dst_incr
 
int dst_incr
 
int index
 
int frac
 
int src_incr
 
int compensation_distance
 
int phase_shift
 
int phase_mask
 
int linear
 

Detailed Description

Definition at line 62 of file resample2.c.

Field Documentation

const AVClass* AVResampleContext::av_class

Definition at line 63 of file resample2.c.

FELEM* AVResampleContext::filter_bank

Definition at line 64 of file resample2.c.

Referenced by av_resample(), av_resample_close(), and av_resample_init().

int AVResampleContext::filter_length

Definition at line 65 of file resample2.c.

Referenced by av_resample(), av_resample_init(), and resample_init().

int AVResampleContext::ideal_dst_incr

Definition at line 66 of file resample2.c.

Referenced by av_resample(), av_resample_compensate(), and av_resample_init().

int AVResampleContext::dst_incr

Definition at line 67 of file resample2.c.

Referenced by av_resample(), av_resample_compensate(), av_resample_init(), and resample().

int AVResampleContext::index

Definition at line 68 of file resample2.c.

Referenced by av_resample(), and av_resample_init().

int AVResampleContext::frac

Definition at line 69 of file resample2.c.

Referenced by av_resample(), and resample().

int AVResampleContext::src_incr

Definition at line 70 of file resample2.c.

Referenced by av_resample(), and av_resample_init().

int AVResampleContext::compensation_distance
int AVResampleContext::phase_shift

Definition at line 72 of file resample2.c.

Referenced by av_resample(), av_resample_init(), and resample_init().

int AVResampleContext::phase_mask

Definition at line 73 of file resample2.c.

Referenced by av_resample(), and av_resample_init().

int AVResampleContext::linear

Definition at line 74 of file resample2.c.

Referenced by av_resample(), and av_resample_init().


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