/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavprotocol.c | 271 avio_alloc_context (buffer, buffer_size, flags, (void *) info, in gst_ffmpegdata_open() 358 avio_alloc_context (buffer, buffer_size, 0, (void *) ffpipe, in gst_ffmpeg_pipe_open()
|
/third_party/ffmpeg/doc/examples/ |
D | avio_reading.c | 96 avio_ctx = avio_alloc_context(avio_ctx_buffer, avio_ctx_buffer_size, in main()
|
/third_party/ffmpeg/tools/ |
D | target_dem_fuzzer.c | 180 fuzzed_pb = avio_alloc_context(io_buffer, io_buffer_size, 0, &opaque, in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/ |
D | FFMpegExtractor.cpp | 49 *avioContext = avio_alloc_context( in createAVIOContext()
|
/third_party/ffmpeg/libavformat/ |
D | avio.h | 462 AVIOContext *avio_alloc_context(
|
D | aviobuf.c | 138 AVIOContext *avio_alloc_context( in avio_alloc_context() function 941 *s = avio_alloc_context(buffer, buffer_size, h->flags & AVIO_FLAG_WRITE, h, in ffio_fdopen() 1368 *s = avio_alloc_context(d->io_buffer, d->io_buffer_size, 1, d, NULL, in url_open_dyn_buf_internal()
|
D | rdt.c | 314 rdt->rmctx->pb = avio_alloc_context (rdt->buffer, len - pos, 0, in rdt_parse_packet()
|
D | swfdec.c | 166 !(swf->zpb = avio_alloc_context(swf->zbuf_out, ZBUF_SIZE, 0, in swf_read_header()
|
D | hdsenc.c | 372 ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf), in hds_write_header()
|
D | vividas.c | 509 pb = avio_alloc_context(viv->sb_buf, size, 0, NULL, NULL, NULL, NULL); in load_sb_block()
|
D | smoothstreamingenc.c | 338 …ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf), AVIO_FLAG_WRITE, os, NULL, ism_write, i… in ism_write_header()
|
D | segment.c | 581 *ctx = avio_alloc_context(buf, buf_size, AVIO_FLAG_WRITE, NULL, NULL, NULL, NULL); in open_null_ctx()
|
D | wtvdec.c | 237 pb = avio_alloc_context(buffer, 1 << wf->sector_bits, 0, wf, in wtvfile_open_sector()
|
D | avidec.c | 1100 AVIOContext *pb = avio_alloc_context(pkt->data + 7, in read_gab2_sub()
|
/third_party/flutter/skia/experimental/ffmpeg/ |
D | SkVideoEncoder.cpp | 159 fStreamCtx = avio_alloc_context(buffer, bufferSize, AVIO_FLAG_WRITE, fWStream.get(), in init()
|
D | SkVideoDecoder.cpp | 331 fStreamCtx = avio_alloc_context(buffer, bufferSize, 0, fStream.get(), in loadStream()
|
/third_party/skia/experimental/ffmpeg/ |
D | SkVideoEncoder.cpp | 158 fStreamCtx = avio_alloc_context(buffer, bufferSize, AVIO_FLAG_WRITE, fWStream.get(), in init()
|
D | SkVideoDecoder.cpp | 354 fStreamCtx = avio_alloc_context(buffer, bufferSize, 0, fStream.get(), in loadStream()
|
/third_party/ffmpeg/libavformat/tests/ |
D | movenc.c | 189 ctx->pb = avio_alloc_context(iobuf, iobuf_size, AVIO_FLAG_WRITE, NULL, NULL, io_write, NULL); in init_fps()
|
/third_party/ffmpeg/doc/ |
D | faq.texi | 652 You have to create a custom AVIOContext using @code{avio_alloc_context},
|
D | APIchanges | 2689 8d9ac96 rename av_alloc_put_byte -> avio_alloc_context
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 2113 avdemux/mux: Memory leak and possible crash in avio_alloc_context
|