Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvqavideo.c94 typedef struct VqaContext { struct
119 } VqaContext; argument
123 VqaContext *s = avctx->priv_data; in vqa_decode_init()
225 static int decode_format80(VqaContext *s, int src_size, in decode_format80()
321 static int vqa_decode_chunk(VqaContext *s, AVFrame *frame) in vqa_decode_chunk()
608 VqaContext *s = avctx->priv_data; in vqa_decode_frame()
631 VqaContext *s = avctx->priv_data; in vqa_decode_end()
650 .priv_data_size = sizeof(VqaContext),