FFmpeg
|
Data Fields | |
int64_t | cur_ts |
int64_t | next_ts |
int32_t * | sin |
struct ws_interval * | inter |
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 |
Definition at line 92 of file ffwavesynth.c.
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 |
Definition at line 96 of file ffwavesynth.c.
Referenced by wavesynth_close(), wavesynth_enter_intervals(), wavesynth_init(), wavesynth_parse_extradata(), wavesynth_seek(), and wavesynth_synth_sample().
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().
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 |
Definition at line 101 of file ffwavesynth.c.
Referenced by wavesynth_enter_intervals(), wavesynth_init(), wavesynth_parse_extradata(), and wavesynth_seek().
int wavesynth_context::cur_inter |
Definition at line 102 of file ffwavesynth.c.
Referenced by wavesynth_enter_intervals(), wavesynth_seek(), and wavesynth_synth_sample().
int wavesynth_context::next_inter |
Definition at line 103 of file ffwavesynth.c.
Referenced by wavesynth_enter_intervals(), and wavesynth_seek().