Home
last modified time | relevance | path

Searched refs:RTJpegContext (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Drtjpeg.h33 typedef struct RTJpegContext { struct
40 } RTJpegContext; typedef
42 void ff_rtjpeg_init(RTJpegContext *c, AVCodecContext *avctx);
44 void ff_rtjpeg_decode_init(RTJpegContext *c, int width, int height,
47 int ff_rtjpeg_decode_frame_yuv420(RTJpegContext *c, AVFrame *f,
H A Drtjpeg.c106 int ff_rtjpeg_decode_frame_yuv420(RTJpegContext *c, AVFrame *f, in ff_rtjpeg_decode_frame_yuv420()
149 * @brief initialize an RTJpegContext, may be called multiple times
158 void ff_rtjpeg_decode_init(RTJpegContext *c, int width, int height, in ff_rtjpeg_decode_init()
170 void ff_rtjpeg_init(RTJpegContext *c, AVCodecContext *avctx) in ff_rtjpeg_init()
H A Dnuv.c45 RTJpegContext rtj;

Completed in 2 milliseconds