Lines Matching refs:bytestream
41 uint8_t *bs = sc->bytestream;
62 sc->bytestream = bs;
71 if (s->bytestream_end - s->bytestream < 3 ||
72 s->bytestream[0] != 'P' ||
73 (s->bytestream[1] < '1' ||
74 s->bytestream[1] > '7' &&
75 s->bytestream[1] != 'f' &&
76 s->bytestream[1] != 'F' &&
77 s->bytestream[1] != 'H' &&
78 s->bytestream[1] != 'h')) {
79 s->bytestream += s->bytestream_end > s->bytestream;
80 s->bytestream += s->bytestream_end > s->bytestream;
136 if (!pnm_space(s->bytestream[-1]))
141 av_image_check_size(w, h, 0, avctx) || s->bytestream >= s->bytestream_end)
185 if(w <= 0 || h <= 0 || av_image_check_size(w, h, 0, avctx) || s->bytestream >= s->bytestream_end)
229 if (!pnm_space(s->bytestream[-1]))