Lines Matching defs:buf
79 const uint8_t *bs = p->buf + 4;
85 if (AV_RL32(p->buf) != TAG_MPCK)
143 uint8_t *buf;
162 if(!(buf = av_malloc(size + AV_INPUT_BUFFER_PADDING_SIZE)))
164 ret = avio_read(s->pb, buf, size);
167 av_free(buf);
170 memset(buf+size, 0, AV_INPUT_BUFFER_PADDING_SIZE);
172 init_get_bits(&gb, buf, size * 8);
176 av_free(buf);
183 av_free(buf);
193 av_free(buf);
205 av_free(buf);