Lines Matching defs:buf
151 const uint8_t *buf = avpkt->data;
152 const uint8_t *buf_end = buf + avpkt->size;
158 video_size = AV_RL32(buf);
159 video_type = buf[4];
160 buf += 5;
170 init_get_bits(&gb, buf, 8 * video_size);
186 buf += video_size;
188 int v = *buf++;
204 if (buf_end - buf >= AVPALETTE_COUNT * 3) {
206 uint32_t pal = AV_RB24(buf);
208 buf += 3;