avio_alloc_context   97 doc/examples/avio_reading.c     avio_ctx = avio_alloc_context(avio_ctx_buffer, avio_ctx_buffer_size,
avio_alloc_context 2643 ffserver.c                 pb = avio_alloc_context(c->buffer, c->buffer_end - c->buffer,
avio_alloc_context 1024 libavformat/avidec.c         AVIOContext *pb = avio_alloc_context(pkt->data + 7,
avio_alloc_context  204 libavformat/avio.h AVIOContext *avio_alloc_context(
avio_alloc_context  780 libavformat/aviobuf.c     *s = avio_alloc_context(buffer, buffer_size, h->flags & AVIO_FLAG_WRITE, h,
avio_alloc_context 1084 libavformat/aviobuf.c     *s = avio_alloc_context(d->io_buffer, d->io_buffer_size, 1, d, NULL,
avio_alloc_context  614 libavformat/dashenc.c         ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf), AVIO_FLAG_WRITE, os, NULL, dash_write, NULL);
avio_alloc_context   40 libavformat/flac_picture.c     pb = avio_alloc_context(buf, buf_size, 0, NULL, NULL, NULL, NULL);
avio_alloc_context  379 libavformat/hdsenc.c             ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf),
avio_alloc_context  314 libavformat/rdt.c                 rdt->rmctx->pb = avio_alloc_context (rdt->buffer, len - pos, 0,
avio_alloc_context  506 libavformat/segment.c     *ctx = avio_alloc_context(buf, buf_size, AVIO_FLAG_WRITE, NULL, NULL, NULL, NULL);
avio_alloc_context  348 libavformat/smoothstreamingenc.c         ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf), AVIO_FLAG_WRITE, os, NULL, ism_write, ism_seek);
avio_alloc_context  136 libavformat/swfdec.c         swf->zpb = avio_alloc_context(swf->zbuf_out, ZBUF_SIZE, 0, s,
avio_alloc_context  240 libavformat/wtvdec.c     pb = avio_alloc_context(buffer, 1 << wf->sector_bits, 0, wf,