Home
last modified time | relevance | path

Searched refs:avio_ctx_buffer (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A Davio_reading.c63 uint8_t *buffer = NULL, *avio_ctx_buffer = NULL; in main() local
91 avio_ctx_buffer = av_malloc(avio_ctx_buffer_size); in main()
92 if (!avio_ctx_buffer) { in main()
96 avio_ctx = avio_alloc_context(avio_ctx_buffer, avio_ctx_buffer_size, in main()
121 /* note: the internal buffer could have changed, and be != avio_ctx_buffer */ in main()
/third_party/ffmpeg/libavformat/
H A Ddashdec.c1856 uint8_t *avio_ctx_buffer = NULL; in reopen_demux_for_component() local
1873 avio_ctx_buffer = av_malloc(INITIAL_BUFFER_SIZE); in reopen_demux_for_component()
1874 if (!avio_ctx_buffer ) { in reopen_demux_for_component()
1880 ffio_init_context(&pls->pb, avio_ctx_buffer, INITIAL_BUFFER_SIZE, 0, in reopen_demux_for_component()

Completed in 4 milliseconds