Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/tests/
Dmovenc.c181 int iobuf_size = force_iobuf_size ? force_iobuf_size : sizeof(iobuf); in init_fps() local
188 ctx->pb = avio_alloc_context(iobuf, iobuf_size, AVIO_FLAG_WRITE, NULL, NULL, io_write, NULL); in init_fps()