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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drtjpeg.h33 typedef struct RTJpegContext { struct
40 } RTJpegContext; typedef in typeref:struct:RTJpegContext
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,
149 * @brief initialize an RTJpegContext, may be called multiple times
158 void ff_rtjpeg_decode_init(RTJpegContext *c, int width, int height,
170 void ff_rtjpeg_init(RTJpegContext *c, AVCodecContext *avctx)
H A Dnuv.c44 RTJpegContext rtj;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drtjpeg.h38 } RTJpegContext; typedef in typeref:struct:__anon1986
40 void rtjpeg_decode_init(RTJpegContext *c, DSPContext *dsp,
44 int rtjpeg_decode_frame_yuv420(RTJpegContext *c, AVFrame *f,
H A Drtjpeg.c107 int rtjpeg_decode_frame_yuv420(RTJpegContext *c, AVFrame *f,
147 * @brief initialize an RTJpegContext, may be called multiple times
157 void rtjpeg_decode_init(RTJpegContext *c, DSPContext *dsp,
H A Dnuv.c39 RTJpegContext rtj;

Completed in 116 milliseconds