Home
last modified time | relevance | path

Searched refs:SeqVideoContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtiertexseqv.c33 typedef struct SeqVideoContext { struct
36 } SeqVideoContext; typedef
77 static const unsigned char *seq_decode_op1(SeqVideoContext *seq, in seq_decode_op1()
127 static const unsigned char *seq_decode_op2(SeqVideoContext *seq, in seq_decode_op2()
146 static const unsigned char *seq_decode_op3(SeqVideoContext *seq, in seq_decode_op3()
164 static int seqvideo_decode(SeqVideoContext *seq, const unsigned char *data, int data_size) in seqvideo_decode()
215 SeqVideoContext *seq = avctx->priv_data; in seqvideo_decode_init()
240 SeqVideoContext *seq = avctx->priv_data; in seqvideo_decode_frame()
257 SeqVideoContext *seq = avctx->priv_data; in seqvideo_decode_end()
269 .priv_data_size = sizeof(SeqVideoContext),