Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmjpegenc.c52 typedef struct MJPEGEncContext { struct
55 } MJPEGEncContext; argument
95 MJPEGEncContext *const m = (MJPEGEncContext*)s; in ff_mjpeg_amv_encode_picture_header()
296 MJpegContext *const m = &((MJPEGEncContext*)s)->mjpeg; in ff_mjpeg_encode_init()
366 MJPEGEncContext *const mjpeg = avctx->priv_data; in mjpeg_encode_close()
626 #define OFFSET(x) offsetof(MJPEGEncContext, mjpeg.x)
650 .priv_data_size = sizeof(MJPEGEncContext),
679 .priv_data_size = sizeof(MJPEGEncContext),