Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibopenjpegdec.c78 typedef struct LibOpenJPEGContext { struct
82 } LibOpenJPEGContext; argument
314 LibOpenJPEGContext *ctx = avctx->priv_data; in libopenjpeg_decode_init()
326 LibOpenJPEGContext *ctx = avctx->priv_data; in libopenjpeg_decode_frame()
489 #define OFFSET(x) offsetof(LibOpenJPEGContext, x)
510 .priv_data_size = sizeof(LibOpenJPEGContext),
Dlibopenjpegenc.c36 typedef struct LibOpenJPEGContext { struct
47 } LibOpenJPEGContext; argument
281 LibOpenJPEGContext *ctx = avctx->priv_data; in libopenjpeg_encode_init()
554 LibOpenJPEGContext *ctx = avctx->priv_data; in libopenjpeg_encode_frame()
723 #define OFFSET(x) offsetof(LibOpenJPEGContext, x)
763 .priv_data_size = sizeof(LibOpenJPEGContext),