Lines Matching refs:MMALDecodeContext
70 typedef struct MMALDecodeContext {
98 } MMALDecodeContext;
153 MMALDecodeContext *ctx = avctx->priv_data;
188 MMALDecodeContext *ctx = avctx->priv_data;
207 MMALDecodeContext *ctx = avctx->priv_data;
222 MMALDecodeContext *ctx = avctx->priv_data;
246 MMALDecodeContext *ctx = avctx->priv_data;
279 MMALDecodeContext *ctx = avctx->priv_data;
355 MMALDecodeContext *ctx = avctx->priv_data;
460 MMALDecodeContext *ctx = avctx->priv_data;
488 MMALDecodeContext *ctx = avctx->priv_data;
574 MMALDecodeContext *ctx = avctx->priv_data;
622 MMALDecodeContext *ctx = avctx->priv_data;
669 MMALDecodeContext *ctx = avctx->priv_data;
769 MMALDecodeContext *ctx = avctx->priv_data;
819 {"extra_buffers", "extra buffers", offsetof(MMALDecodeContext, extra_buffers), AV_OPT_TYPE_INT, {.i64 = 10}, 0, 256, 0},
820 {"extra_decoder_buffers", "extra MMAL internal buffered frames", offsetof(MMALDecodeContext, extra_decoder_buffers), AV_OPT_TYPE_INT, {.i64 = 10}, 0, 256, 0},
837 .priv_data_size = sizeof(MMALDecodeContext), \