Lines Matching defs:buf
44 const uint8_t *buf, int len,
54 *cont = !!(buf[0] & 0x80);
55 if (!(buf[0] & 0x40)) {
57 *adu_size = buf[0] & ~0xc0;
60 *adu_size = AV_RB16(buf) & ~0xc000;
68 uint32_t *timestamp, const uint8_t *buf,
74 if (!buf) {
75 buf = &data->split_buf[data->split_pos];
78 header_size = mpa_robust_parse_rtp_header(ctx, buf, len, &adu_size,
84 buf += header_size;
99 memcpy(pkt->data, buf, adu_size);
112 header_size = mpa_robust_parse_rtp_header(ctx, buf, len, &adu_size,
117 buf += header_size;
129 memcpy(pkt->data, buf, adu_size);
131 buf += adu_size;
142 memcpy(data->split_buf, buf, data->split_buf_size);
158 avio_write(data->fragment, buf, len);
176 avio_write(data->fragment, buf, len);