FFmpeg
|
Data Fields | |
AVClass * | class |
AVCodecContext * | avctx |
lame_global_flags * | gfp |
uint8_t * | buffer |
int | buffer_index |
int | buffer_size |
int | reservoir |
int | joint_stereo |
float * | samples_flt [2] |
AudioFrameQueue | afq |
AVFloatDSPContext | fdsp |
Definition at line 43 of file libmp3lame.c.
AVClass* LAMEContext::class |
Definition at line 44 of file libmp3lame.c.
AVCodecContext* LAMEContext::avctx |
Definition at line 45 of file libmp3lame.c.
Referenced by mp3lame_encode_init(), and realloc_buffer().
lame_global_flags* LAMEContext::gfp |
Definition at line 46 of file libmp3lame.c.
Referenced by mp3lame_encode_close(), mp3lame_encode_frame(), and mp3lame_encode_init().
uint8_t* LAMEContext::buffer |
Definition at line 47 of file libmp3lame.c.
Referenced by mp3lame_encode_close(), mp3lame_encode_frame(), and realloc_buffer().
int LAMEContext::buffer_index |
Definition at line 48 of file libmp3lame.c.
Referenced by mp3lame_encode_frame(), and realloc_buffer().
int LAMEContext::buffer_size |
Definition at line 49 of file libmp3lame.c.
Referenced by mp3lame_encode_frame(), and realloc_buffer().
int LAMEContext::reservoir |
Definition at line 50 of file libmp3lame.c.
Referenced by mp3lame_encode_init().
int LAMEContext::joint_stereo |
Definition at line 51 of file libmp3lame.c.
Referenced by mp3lame_encode_init().
float* LAMEContext::samples_flt[2] |
Definition at line 52 of file libmp3lame.c.
Referenced by mp3lame_encode_close(), mp3lame_encode_frame(), and mp3lame_encode_init().
AudioFrameQueue LAMEContext::afq |
Definition at line 53 of file libmp3lame.c.
Referenced by mp3lame_encode_close(), mp3lame_encode_frame(), and mp3lame_encode_init().
AVFloatDSPContext LAMEContext::fdsp |
Definition at line 54 of file libmp3lame.c.
Referenced by mp3lame_encode_frame(), and mp3lame_encode_init().