avio_alloc_context 96 doc/examples/avio_reading.c avio_ctx = avio_alloc_context(avio_ctx_buffer, avio_ctx_buffer_size, avio_alloc_context 1072 libavformat/avidec.c AVIOContext *pb = avio_alloc_context(pkt->data + 7, avio_alloc_context 462 libavformat/avio.h AVIOContext *avio_alloc_context( avio_alloc_context 933 libavformat/aviobuf.c *s = avio_alloc_context(buffer, buffer_size, h->flags & AVIO_FLAG_WRITE, h, avio_alloc_context 1345 libavformat/aviobuf.c *s = avio_alloc_context(d->io_buffer, d->io_buffer_size, 1, d, NULL, avio_alloc_context 372 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 589 libavformat/segment.c *ctx = avio_alloc_context(buf, buf_size, AVIO_FLAG_WRITE, NULL, NULL, NULL, NULL); avio_alloc_context 345 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 148 libavformat/swfdec.c swf->zpb = avio_alloc_context(swf->zbuf_out, ZBUF_SIZE, 0, s, avio_alloc_context 188 libavformat/tests/movenc.c ctx->pb = avio_alloc_context(iobuf, iobuf_size, AVIO_FLAG_WRITE, NULL, NULL, io_write, NULL); avio_alloc_context 503 libavformat/vividas.c pb = avio_alloc_context(viv->sb_buf, size, 0, NULL, NULL, NULL, NULL); avio_alloc_context 237 libavformat/wtvdec.c pb = avio_alloc_context(buffer, 1 << wf->sector_bits, 0, wf, avio_alloc_context 130 tools/target_dem_fuzzer.c fuzzed_pb = avio_alloc_context(io_buffer, io_buffer_size, 0, &opaque,