Searched refs:numBytesInBuffer (Results 1 – 1 of 1) sorted by relevance
222 size_t numBytesInBuffer = cdata.out_buf_capacity; in Compress() local223 cdata.flush(numBytesInBuffer); in Compress()224 cdata.totalOutputBytes += numBytesInBuffer; in Compress()290 int numBytesInBuffer = cinfo.dest->next_output_byte - out_buf; in Compress() local292 flush(numBytesInBuffer); in Compress()294 clientData.totalOutputBytes += numBytesInBuffer; in Compress()