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

Data Fields

int64_t cur_ts
 
int64_t next_ts
 
int32_tsin
 
struct ws_intervalinter
 
uint32_t dither_state
 
uint32_t pink_state
 
int32_t pink_pool [PINK_UNIT]
 
unsigned pink_need
 
unsigned pink_pos
 
int nb_inter
 
int cur_inter
 
int next_inter
 

Detailed Description

Definition at line 92 of file ffwavesynth.c.

Field Documentation

int64_t wavesynth_context::cur_ts

Definition at line 93 of file ffwavesynth.c.

Referenced by wavesynth_decode(), and wavesynth_seek().

int64_t wavesynth_context::next_ts

Definition at line 94 of file ffwavesynth.c.

Referenced by wavesynth_decode(), wavesynth_enter_intervals(), and wavesynth_seek().

int32_t* wavesynth_context::sin

Definition at line 95 of file ffwavesynth.c.

Referenced by wavesynth_close(), wavesynth_init(), and wavesynth_synth_sample().

struct ws_interval* wavesynth_context::inter
uint32_t wavesynth_context::dither_state

Definition at line 97 of file ffwavesynth.c.

Referenced by wavesynth_init(), wavesynth_seek(), and wavesynth_synth_sample().

uint32_t wavesynth_context::pink_state

Definition at line 98 of file ffwavesynth.c.

Referenced by pink_fill(), wavesynth_init(), and wavesynth_seek().

int32_t wavesynth_context::pink_pool[PINK_UNIT]

Definition at line 99 of file ffwavesynth.c.

Referenced by pink_fill(), and wavesynth_synth_sample().

unsigned wavesynth_context::pink_need

Definition at line 100 of file ffwavesynth.c.

Referenced by pink_fill(), wavesynth_init(), and wavesynth_seek().

unsigned wavesynth_context::pink_pos

Definition at line 100 of file ffwavesynth.c.

Referenced by pink_fill(), wavesynth_init(), wavesynth_seek(), and wavesynth_synth_sample().

int wavesynth_context::nb_inter
int wavesynth_context::cur_inter
int wavesynth_context::next_inter

Definition at line 103 of file ffwavesynth.c.

Referenced by wavesynth_enter_intervals(), and wavesynth_seek().


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