Lines Matching refs:bytestream
41 uint8_t *bs = sc->bytestream; in pnm_get()
62 sc->bytestream = bs; in pnm_get()
71 if (s->bytestream_end - s->bytestream < 3 || in ff_pnm_decode_header()
72 s->bytestream[0] != 'P' || in ff_pnm_decode_header()
73 (s->bytestream[1] < '1' || in ff_pnm_decode_header()
74 s->bytestream[1] > '7' && in ff_pnm_decode_header()
75 s->bytestream[1] != 'f' && in ff_pnm_decode_header()
76 s->bytestream[1] != 'F')) { in ff_pnm_decode_header()
77 s->bytestream += s->bytestream_end > s->bytestream; in ff_pnm_decode_header()
78 s->bytestream += s->bytestream_end > s->bytestream; in ff_pnm_decode_header()
127 if (!pnm_space(s->bytestream[-1])) in ff_pnm_decode_header()
132 av_image_check_size(w, h, 0, avctx) || s->bytestream >= s->bytestream_end) in ff_pnm_decode_header()
176 … if(w <= 0 || h <= 0 || av_image_check_size(w, h, 0, avctx) || s->bytestream >= s->bytestream_end) in ff_pnm_decode_header()
220 if (!pnm_space(s->bytestream[-1])) in ff_pnm_decode_header()