Lines Matching defs:buf
50 const uint8_t *buf = avpkt->data;
51 const uint8_t *buf_end = buf + avpkt->size;
61 w = (buf[0] + 1) * 8;
62 h = (buf[1] + 1) * 8;
63 buf += 2;
94 while (outcnt < maxcnt && buf_end - 2 >= buf) {
95 int code = AV_RL16(buf);
96 buf += 2;
112 if (buf_end - 3 < buf)
114 offsets[oidx] = AV_RL24(buf);
115 buf += 3;
139 if (buf_end - 1 < buf)
141 count = 4 + *buf++;