Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibilbc.c46 typedef struct ILBCDecContext { struct
54 } ILBCDecContext; argument
57 …{ "enhance", "Enhance the decoded audio (adds delay)", offsetof(ILBCDecContext, enhance), AV_OPT_T…
70 ILBCDecContext *s = avctx->priv_data; in ilbc_decode_init()
93 ILBCDecContext *s = avctx->priv_data; in ilbc_decode_frame()
124 .priv_data_size = sizeof(ILBCDecContext),