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

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp47 static const size_t kIOBufferSize = 64 * 1024; variable
418 uint8* buffer = static_cast<uint8*>(av_malloc(kIOBufferSize));
424 fIOContext = avio_alloc_context(buffer, kIOBufferSize, 1, this,

Completed in 30 milliseconds