Lines Matching defs:buffer
100 uint8_t *buffer;
432 zstream->next_in = gb->buffer;
450 "%d undecompressed bytes left in buffer\n", zstream->avail_in);
526 const uint8_t *data = gb->buffer;
726 /* We only need a buffer for the current picture. */
731 /* We need a buffer for the current picture as well as
732 * a buffer for the reference to retain. */
783 av_fast_padded_malloc(&s->buffer, &s->buffer_size, s->row_size + 16);
784 if (!s->buffer)
788 s->crow_buf = s->buffer + 15;
899 if ((ret = decode_zbuf(&bp, gb->buffer, gb->buffer_end, s->avctx)) < 0)
1225 uint32_t crc_sig = AV_RB32(s->gb.buffer + length + 4);
1226 uint32_t crc_cal = ~av_crc(crc_tab, UINT32_MAX, s->gb.buffer, length + 4);
1244 bytestream2_init(&gb_chunk, s->gb.buffer, length);
1707 av_freep(&s->buffer);