Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibilbc.c48 typedef struct ILBCDecContext { struct
56 } ILBCDecContext; typedef
59 { "enhance", "Enhance the decoded audio (adds delay)", offsetof(ILBCDecContext, enhance), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM },
72 ILBCDecContext *s = avctx->priv_data; in ilbc_decode_init()
95 ILBCDecContext *s = avctx->priv_data; in ilbc_decode_frame()
125 .priv_data_size = sizeof(ILBCDecContext),

Completed in 1 milliseconds