Searched refs:inputBlocked (Results 1 – 1 of 1) sorted by relevance
1357 unsigned inputBlocked = 0; in FIO_compressZstdFrame() local1409 …if (oldIPos == inBuff.pos) inputBlocked++; /* input buffer is full and can't take any more : inpu… in FIO_compressZstdFrame()1500 if (inputBlocked <= 0) { in FIO_compressZstdFrame()1511 … inputBlocked, inputPresented, (double)inputBlocked/inputPresented*100, in FIO_compressZstdFrame()1514 …if ( (inputBlocked > inputPresented / 8) /* input is waiting often, because input buffers is f… in FIO_compressZstdFrame()1523 inputBlocked = 0; in FIO_compressZstdFrame()