Lines Matching defs:buf1
334 void ff_rtp_send_data(AVFormatContext *s1, const uint8_t *buf1, int len, int m)
347 avio_write(s1->pb, buf1, len);
358 const uint8_t *buf1, int size, int sample_size_bits)
375 memcpy(s->buf_ptr, buf1, len);
377 buf1 += len;
387 const uint8_t *buf1, int size)
419 memcpy(s->buf + 4, buf1, len);
422 buf1 += len;
433 memcpy(s->buf_ptr, buf1, size);
439 const uint8_t *buf1, int size)
452 ff_rtp_send_data(s1, buf1, len, (len == size));
454 buf1 += len;
461 const uint8_t *buf1, int size)
471 memcpy(s->buf_ptr, buf1, len);
472 buf1 += len;