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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibilbc.c118 typedef struct ILBCEncContext { struct
122 } ILBCEncContext; typedef in typeref:struct:ILBCEncContext
125 { "mode", "iLBC mode (20 or 30 ms frames)", offsetof(ILBCEncContext, mode), AV_OPT_TYPE_INT, { .i64 = 20 }, 20, 30, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
138 ILBCEncContext *s = avctx->priv_data;
166 ILBCEncContext *s = avctx->priv_data;
189 .priv_data_size = sizeof(ILBCEncContext),

Completed in 111 milliseconds