Lines Matching defs:AMRContext
61 typedef struct AMRContext {
70 } AMRContext;
75 AMRContext *s = avctx->priv_data;
92 AMRContext *s = avctx->priv_data;
104 AMRContext *s = avctx->priv_data;
141 .priv_data_size = sizeof(AMRContext),
186 { "dtx", "Allow DTX (generate comfort noise)", offsetof(AMRContext, enc_dtx), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
199 AMRContext *s = avctx->priv_data;
229 AMRContext *s = avctx->priv_data;
239 AMRContext *s = avctx->priv_data;
296 .priv_data_size = sizeof(AMRContext),