Lines Matching refs:bytestream_end
56 s->bytestream_end = (uint8_t *)buf + buf_size;
131 if (n * avctx->height > s->bytestream_end - s->bytestream)
141 while(s->bytestream < s->bytestream_end && (*s->bytestream < '0' || *s->bytestream > '9' ))
143 if(s->bytestream >= s->bytestream_end)
199 if (n * avctx->height * 3 / 2 > s->bytestream_end - s->bytestream)
229 if (n * avctx->height * 3 / 2 > s->bytestream_end - s->bytestream)
263 if (avctx->width * avctx->height * 12 > s->bytestream_end - s->bytestream)
304 if (avctx->width * avctx->height * 6 > s->bytestream_end - s->bytestream)
365 if (avctx->width * avctx->height * 4 > s->bytestream_end - s->bytestream)
388 if (avctx->width * avctx->height * 2 > s->bytestream_end - s->bytestream)