Home
last modified time | relevance | path

Searched refs:LAMEContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibmp3lame.c43 typedef struct LAMEContext { struct
57 } LAMEContext; argument
60 static int realloc_buffer(LAMEContext *s) in realloc_buffer()
78 LAMEContext *s = avctx->priv_data; in mp3lame_encode_close()
93 LAMEContext *s = avctx->priv_data; in mp3lame_encode_init()
191 LAMEContext *s = avctx->priv_data; in mp3lame_encode_frame()
305 #define OFFSET(x) offsetof(LAMEContext, x)
335 .priv_data_size = sizeof(LAMEContext),