Lines Matching defs:buf
28 AVIOContext *buf;
35 ffio_free_dyn_buf(&data->buf);
91 const uint8_t *buf, int len, uint16_t seq,
97 if (rtp_dv_ctx->buf && rtp_dv_ctx->timestamp != *timestamp) {
98 ffio_free_dyn_buf(&rtp_dv_ctx->buf);
108 if (!rtp_dv_ctx->buf) {
109 res = avio_open_dyn_buf(&rtp_dv_ctx->buf);
117 avio_write(rtp_dv_ctx->buf, buf, len);
125 res = ff_rtp_finalize_packet(pkt, &rtp_dv_ctx->buf, st->index);