Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h1588 #define BUFFER_FILL_BYTES_MED 4096 /// 257 -> 2048 bytes macro
H A Dutils.c620 static size_t medbytes = BUFFER_FILL_BYTES_MED;
1252 else if (count >= BUFFER_FILL_BYTES_MED >> 1) in lives_write_buffered()
1272 buffsize = BUFFER_FILL_BYTES_MED; in lives_write_buffered()