Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibwebpenc_common.h39 typedef struct LibWebPContextCommon { struct
50 } LibWebPContextCommon; argument
56 int ff_libwebp_get_frame(AVCodecContext *avctx, LibWebPContextCommon *s,
60 #define OFFSET(x) offsetof(LibWebPContextCommon, x)
Dlibwebpenc.c29 typedef LibWebPContextCommon LibWebPContext;
83 LibWebPContextCommon *s = avctx->priv_data; in libwebp_encode_close()
Dlibwebpenc_common.c45 LibWebPContextCommon *s = avctx->priv_data; in ff_libwebp_encode_init_common()
86 int ff_libwebp_get_frame(AVCodecContext *avctx, LibWebPContextCommon *s, in ff_libwebp_get_frame()
Dlibwebpenc_animencoder.c33 LibWebPContextCommon cc;