Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcngenc.c29 typedef struct CNGContext { struct
34 } CNGContext; argument
38 CNGContext *p = avctx->priv_data; in cng_encode_close()
47 CNGContext *p = avctx->priv_data; in cng_encode_init()
70 CNGContext *p = avctx->priv_data; in cng_encode_frame()
108 .priv_data_size = sizeof(CNGContext),
Dcngdec.c32 typedef struct CNGContext { struct
41 } CNGContext; argument
45 CNGContext *p = avctx->priv_data; in cng_decode_close()
56 CNGContext *p = avctx->priv_data; in cng_decode_init()
99 CNGContext *p = avctx->priv_data; in cng_decode_flush()
107 CNGContext *p = avctx->priv_data; in cng_decode_frame()
169 .priv_data_size = sizeof(CNGContext),