Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvb.c43 typedef struct VBDecContext { struct
49 } VBDecContext; typedef
62 static void vb_decode_palette(VBDecContext *c, int data_size) in vb_decode_palette()
90 static int vb_decode_framedata(VBDecContext *c, int offset) in vb_decode_framedata()
195 VBDecContext * const c = avctx->priv_data; in decode_frame()
257 VBDecContext * const c = avctx->priv_data; in decode_init()
273 VBDecContext *c = avctx->priv_data; in decode_end()
286 .priv_data_size = sizeof(VBDecContext),

Completed in 1 milliseconds