Searched refs:ILBCEncContext (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libilbc.c | 132 typedef struct ILBCEncContext { struct 140 } ILBCEncContext; typedef 143 { "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 }, 156 ILBCEncContext *s = avctx->priv_data; in ilbc_encode_init() 184 ILBCEncContext *s = avctx->priv_data; in ilbc_encode_frame() 207 .priv_data_size = sizeof(ILBCEncContext),
|
Completed in 1 milliseconds