Searched refs:PNMContext (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpnm.h27 typedef struct PNMContext { struct
33 } PNMContext; typedef in typeref:struct:PNMContext
35 int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s);
H A Dpnmdec.c44 PNMContext * const s = avctx->priv_data;
259 .priv_data_size = sizeof(PNMContext),
271 .priv_data_size = sizeof(PNMContext),
283 .priv_data_size = sizeof(PNMContext),
295 .priv_data_size = sizeof(PNMContext),
307 .priv_data_size = sizeof(PNMContext),
H A Dpnm_parser.c31 PNMContext pnmctx;
H A Dpnm.c34 static void pnm_get(PNMContext *sc, char *str, int buf_size)
60 int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpnm.h27 typedef struct PNMContext { struct
34 } PNMContext; typedef in typeref:struct:PNMContext
36 int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s);
H A Dpnmenc.c30 PNMContext *s = avctx->priv_data;
120 .priv_data_size = sizeof(PNMContext),
133 .priv_data_size = sizeof(PNMContext),
146 .priv_data_size = sizeof(PNMContext),
159 .priv_data_size = sizeof(PNMContext),
H A Dpnm.c31 static void pnm_get(PNMContext *sc, char *str, int buf_size)
57 int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s)
178 PNMContext *s = avctx->priv_data;
188 PNMContext *s = avctx->priv_data;
H A Dpnmdec.c33 PNMContext * const s = avctx->priv_data;
195 .priv_data_size = sizeof(PNMContext),
210 .priv_data_size = sizeof(PNMContext),
225 .priv_data_size = sizeof(PNMContext),
240 .priv_data_size = sizeof(PNMContext),
255 .priv_data_size = sizeof(PNMContext),
H A Dpamenc.c30 PNMContext *s = avctx->priv_data;
115 .priv_data_size = sizeof(PNMContext),
H A Dpnm_parser.c31 PNMContext pnmctx;

Completed in 119 milliseconds