Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvqavideo.c103 typedef struct VqaContext { struct
127 } VqaContext; typedef
131 VqaContext *s = avctx->priv_data; in vqa_decode_init()
235 static int decode_format80(VqaContext *s, int src_size, in decode_format80()
343 static int vqa_decode_frame_pal8(VqaContext *s, AVFrame *frame) in vqa_decode_frame_pal8()
626 static int vqa_decode_frame_hicolor(VqaContext *s, AVFrame *frame) in vqa_decode_frame_hicolor()
800 VqaContext *s = avctx->priv_data; in vqa_decode_frame()
834 VqaContext *s = avctx->priv_data; in vqa_decode_end()
854 .priv_data_size = sizeof(VqaContext),

Completed in 2 milliseconds