Lines Matching defs:buf
53 const unsigned char *buf;
130 byte_a = s->buf[stream_ptr++];
131 byte_b = s->buf[stream_ptr++];
144 colors[0] = s->buf[stream_ptr++];
145 colors[1] = s->buf[stream_ptr++];
157 memcpy(colors, &s->buf[stream_ptr], 8);
230 byte_a = s->buf[stream_ptr++];
231 byte_b = s->buf[stream_ptr++];
244 colors[0] = AV_RL16(&s->buf[stream_ptr]);
246 colors[1] = AV_RL16(&s->buf[stream_ptr]);
252 colors[2] = AV_RL16(&s->buf[stream_ptr]);
254 colors[3] = AV_RL16(&s->buf[stream_ptr]);
256 colors[4] = AV_RL16(&s->buf[stream_ptr]);
258 colors[5] = AV_RL16(&s->buf[stream_ptr]);
260 colors[6] = AV_RL16(&s->buf[stream_ptr]);
262 colors[7] = AV_RL16(&s->buf[stream_ptr]);
300 const uint8_t *buf = avpkt->data;
305 s->buf = buf;