Libav
Data Fields
ResampleContext Struct Reference

Data Fields

const AVClassclass
AVAudioResampleContextavr
AVDictionaryoptions
int64_t next_pts
int got_output
AudioDatabuffer
uint8_tfilter_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
enum AVResampleFilterType filter_type
int kaiser_beta
double factor
void(* set_filter )(void *filter, double *tab, int phase, int tap_count)
void(* resample_one )(struct ResampleContext *c, int no_filter, void *dst0, int dst_index, const void *src0, int src_size, int index, int frac)

Detailed Description

Definition at line 39 of file af_resample.c.

Field Documentation

const AVClass* ResampleContext::class

Definition at line 40 of file af_resample.c.

AVAudioResampleContext * ResampleContext::avr
AVDictionary* ResampleContext::options

Definition at line 42 of file af_resample.c.

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

int64_t ResampleContext::next_pts

Definition at line 44 of file af_resample.c.

Referenced by config_output(), filter_frame(), and request_frame().

int ResampleContext::got_output

Definition at line 47 of file af_resample.c.

Referenced by filter_frame(), and request_frame().

AudioData* ResampleContext::buffer

Definition at line 31 of file resample.c.

Referenced by avresample_get_delay(), ff_audio_resample(), and ff_audio_resample_init().

uint8_t* ResampleContext::filter_bank

Definition at line 32 of file resample.c.

Referenced by build_filter(), and ff_audio_resample_init().

int ResampleContext::filter_length

Definition at line 33 of file resample.c.

Referenced by build_filter(), ff_audio_resample_init(), and resample().

int ResampleContext::ideal_dst_incr

Definition at line 34 of file resample.c.

Referenced by avresample_set_compensation(), ff_audio_resample_init(), and resample().

int ResampleContext::dst_incr

Definition at line 35 of file resample.c.

Referenced by avresample_set_compensation(), ff_audio_resample_init(), and resample().

int ResampleContext::index

Definition at line 36 of file resample.c.

Referenced by ff_audio_resample_init(), and resample().

int ResampleContext::frac

Definition at line 37 of file resample.c.

Referenced by ff_audio_resample_init(), resample(), and resample_one().

int ResampleContext::src_incr

Definition at line 38 of file resample.c.

Referenced by ff_audio_resample_init(), and resample().

int ResampleContext::compensation_distance

Definition at line 39 of file resample.c.

Referenced by avresample_set_compensation(), ff_audio_resample_init(), and resample().

int ResampleContext::phase_shift

Definition at line 40 of file resample.c.

Referenced by build_filter(), ff_audio_resample_init(), and resample().

int ResampleContext::phase_mask

Definition at line 41 of file resample.c.

Referenced by ff_audio_resample_init(), and resample().

int ResampleContext::linear

Definition at line 42 of file resample.c.

Referenced by ff_audio_resample_init().

enum AVResampleFilterType ResampleContext::filter_type

Definition at line 43 of file resample.c.

Referenced by build_filter(), and ff_audio_resample_init().

int ResampleContext::kaiser_beta

Definition at line 44 of file resample.c.

Referenced by build_filter(), and ff_audio_resample_init().

double ResampleContext::factor

Definition at line 45 of file resample.c.

Referenced by build_filter(), and ff_audio_resample_init().

void(* ResampleContext::set_filter)(void *filter, double *tab, int phase, int tap_count)

Definition at line 46 of file resample.c.

Referenced by build_filter(), and ff_audio_resample_init().

void(* ResampleContext::resample_one)(struct ResampleContext *c, int no_filter, void *dst0, int dst_index, const void *src0, int src_size, int index, int frac)

Definition at line 47 of file resample.c.

Referenced by ff_audio_resample_init(), and resample().


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