Home
last modified time | relevance | path

Searched refs:avio_alloc_context (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gst_libav/ext/libav/
Dgstavprotocol.c271 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/
Davio_reading.c96 avio_ctx = avio_alloc_context(avio_ctx_buffer, avio_ctx_buffer_size, in main()
/third_party/ffmpeg/tools/
Dtarget_dem_fuzzer.c180 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/
DFFMpegExtractor.cpp49 *avioContext = avio_alloc_context( in createAVIOContext()
/third_party/ffmpeg/libavformat/
Davio.h462 AVIOContext *avio_alloc_context(
Daviobuf.c138 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()
Drdt.c314 rdt->rmctx->pb = avio_alloc_context (rdt->buffer, len - pos, 0, in rdt_parse_packet()
Dswfdec.c166 !(swf->zpb = avio_alloc_context(swf->zbuf_out, ZBUF_SIZE, 0, in swf_read_header()
Dhdsenc.c372 ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf), in hds_write_header()
Dvividas.c509 pb = avio_alloc_context(viv->sb_buf, size, 0, NULL, NULL, NULL, NULL); in load_sb_block()
Dsmoothstreamingenc.c338 …ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf), AVIO_FLAG_WRITE, os, NULL, ism_write, i… in ism_write_header()
Dsegment.c581 *ctx = avio_alloc_context(buf, buf_size, AVIO_FLAG_WRITE, NULL, NULL, NULL, NULL); in open_null_ctx()
Dwtvdec.c237 pb = avio_alloc_context(buffer, 1 << wf->sector_bits, 0, wf, in wtvfile_open_sector()
Davidec.c1100 AVIOContext *pb = avio_alloc_context(pkt->data + 7, in read_gab2_sub()
/third_party/flutter/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp159 fStreamCtx = avio_alloc_context(buffer, bufferSize, AVIO_FLAG_WRITE, fWStream.get(), in init()
DSkVideoDecoder.cpp331 fStreamCtx = avio_alloc_context(buffer, bufferSize, 0, fStream.get(), in loadStream()
/third_party/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp158 fStreamCtx = avio_alloc_context(buffer, bufferSize, AVIO_FLAG_WRITE, fWStream.get(), in init()
DSkVideoDecoder.cpp354 fStreamCtx = avio_alloc_context(buffer, bufferSize, 0, fStream.get(), in loadStream()
/third_party/ffmpeg/libavformat/tests/
Dmovenc.c189 ctx->pb = avio_alloc_context(iobuf, iobuf_size, AVIO_FLAG_WRITE, NULL, NULL, io_write, NULL); in init_fps()
/third_party/ffmpeg/doc/
Dfaq.texi652 You have to create a custom AVIOContext using @code{avio_alloc_context},
DAPIchanges2689 8d9ac96 rename av_alloc_put_byte -> avio_alloc_context
/third_party/gstreamer/gst_libav/
DChangeLog2113 avdemux/mux: Memory leak and possible crash in avio_alloc_context