Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcri.c38 typedef struct CRIContext { struct
48 } CRIContext; argument
52 CRIContext *s = avctx->priv_data; in cri_decode_init()
175 CRIContext *s = avctx->priv_data; in cri_decode_frame()
418 CRIContext *s = avctx->priv_data; in cri_decode_close()
431 .priv_data_size = sizeof(CRIContext),