Lines Matching defs:DOVIContext
31 typedef struct DOVIContext {
53 } DOVIContext;
55 int ff_dovi_ctx_replace(DOVIContext *s, const DOVIContext *s0);
58 * Completely reset a DOVIContext, preserving only logctx.
60 void ff_dovi_ctx_unref(DOVIContext *s);
66 void ff_dovi_ctx_flush(DOVIContext *s);
72 void ff_dovi_update_cfg(DOVIContext *s, const AVDOVIDecoderConfigurationRecord *cfg);
76 * DOVIContext struct.
80 int ff_dovi_rpu_parse(DOVIContext *s, const uint8_t *rpu, size_t rpu_size);
85 int ff_dovi_attach_side_data(DOVIContext *s, AVFrame *frame);