Home
last modified time | relevance | path

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

/third_party/ffmpeg/doc/examples/
Davio_reading.c96 avio_ctx = avio_alloc_context(avio_ctx_buffer, avio_ctx_buffer_size, in main()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DextFFmpegDemuxer.h113 pFFMpeg_avio_alloc_context avio_alloc_context; member
276 avioc = api->avio_alloc_context(avioc_buffer, avioc_buffer_size, in CreateFormatContext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DextFFmpegDemuxer.h114 pFFMpeg_avio_alloc_context avio_alloc_context; member
277 avioc = api->avio_alloc_context(avioc_buffer, avioc_buffer_size, in CreateFormatContext()
/third_party/ffmpeg/tools/
Dtarget_dem_fuzzer.c194 fuzzed_pb = avio_alloc_context(io_buffer, io_buffer_size, 0, &opaque, in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavformat/
Davio.h410 AVIOContext *avio_alloc_context(
Drdt.c315 rdt->rmctx->pb = avio_alloc_context (rdt->buffer, len - pos, 0, in rdt_parse_packet()
Dswfdec.c167 !(swf->zpb = avio_alloc_context(swf->zbuf_out, ZBUF_SIZE, 0, in swf_read_header()
Dhdsenc.c369 ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf), in hds_write_header()
Daviobuf.c135 AVIOContext *avio_alloc_context( in avio_alloc_context() function
976 *s = avio_alloc_context(buffer, buffer_size, h->flags & AVIO_FLAG_WRITE, h, in ffio_fdopen()
Dvividas.c511 pb = avio_alloc_context(viv->sb_buf, size, 0, NULL, NULL, NULL, NULL); in load_sb_block()
Dsmoothstreamingenc.c337 … ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf), 1, os, NULL, ism_write, ism_seek); in ism_write_header()
Dsegment.c574 *ctx = avio_alloc_context(buf, buf_size, 1, NULL, NULL, NULL, NULL); in open_null_ctx()
Dwtvdec.c238 pb = avio_alloc_context(buffer, 1 << wf->sector_bits, 0, wf, in wtvfile_open_sector()
Davidec.c1117 AVIOContext *pb = avio_alloc_context(pkt->data + 7, in read_gab2_sub()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DFFMpegExtractor.cpp49 *avioContext = avio_alloc_context( in createAVIOContext()
/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, 1, 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},
DAPIchanges2968 8d9ac96 rename av_alloc_put_byte -> avio_alloc_context