Searched refs:frame_size (Results 1 – 1 of 1) sorted by relevance
638 size_t out_allocsize, n, offset = 0, frame_size; in compress_stream_lz4() local649 frame_size = LZ4F_compressBound(LZ4_BUFSIZE, &preferences); in compress_stream_lz4()650 out_allocsize = frame_size + 64*1024; /* add some space for header and trailer */ in compress_stream_lz4()686 if (out_allocsize - offset < frame_size + 4) { in compress_stream_lz4()