Searched refs:pnmctx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpnm_parser.c31 PNMContext pnmctx; local
39 pnmctx.bytestream_start =
40 pnmctx.bytestream = pc->buffer;
41 pnmctx.bytestream_end = pc->buffer + pc->index;
43 pnmctx.bytestream_start =
44 pnmctx.bytestream = (uint8_t *) buf; /* casts avoid warnings */
45 pnmctx.bytestream_end = (uint8_t *) buf + buf_size;
47 if (ff_pnm_decode_header(avctx, &pnmctx) < 0) {
48 if (pnmctx.bytestream < pnmctx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpnm_parser.c31 PNMContext pnmctx; local
39 pnmctx.bytestream_start =
40 pnmctx.bytestream = pc->buffer;
41 pnmctx.bytestream_end = pc->buffer + pc->index;
43 pnmctx.bytestream_start =
44 pnmctx.bytestream = (uint8_t *) buf; /* casts avoid warnings */
45 pnmctx.bytestream_end = (uint8_t *) buf + buf_size;
47 if (ff_pnm_decode_header(avctx, &pnmctx) < 0) {
48 if (pnmctx.bytestream < pnmctx
[all...]

Completed in 58 milliseconds