/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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
D | extFFmpegDemuxer.h | 113 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/ |
D | extFFmpegDemuxer.h | 114 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/ |
D | target_dem_fuzzer.c | 194 fuzzed_pb = avio_alloc_context(io_buffer, io_buffer_size, 0, &opaque, in LLVMFuzzerTestOneInput()
|
/third_party/ffmpeg/libavformat/ |
D | avio.h | 410 AVIOContext *avio_alloc_context(
|
D | rdt.c | 315 rdt->rmctx->pb = avio_alloc_context (rdt->buffer, len - pos, 0, in rdt_parse_packet()
|
D | swfdec.c | 167 !(swf->zpb = avio_alloc_context(swf->zbuf_out, ZBUF_SIZE, 0, in swf_read_header()
|
D | hdsenc.c | 369 ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf), in hds_write_header()
|
D | aviobuf.c | 135 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()
|
D | vividas.c | 511 pb = avio_alloc_context(viv->sb_buf, size, 0, NULL, NULL, NULL, NULL); in load_sb_block()
|
D | smoothstreamingenc.c | 337 … ctx->pb = avio_alloc_context(os->iobuf, sizeof(os->iobuf), 1, os, NULL, ism_write, ism_seek); in ism_write_header()
|
D | segment.c | 574 *ctx = avio_alloc_context(buf, buf_size, 1, NULL, NULL, NULL, NULL); in open_null_ctx()
|
D | wtvdec.c | 238 pb = avio_alloc_context(buffer, 1 << wf->sector_bits, 0, wf, in wtvfile_open_sector()
|
D | avidec.c | 1117 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/ |
D | FFMpegExtractor.cpp | 49 *avioContext = avio_alloc_context( in createAVIOContext()
|
/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, 1, 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 | 2968 8d9ac96 rename av_alloc_put_byte -> avio_alloc_context
|