Lines Matching defs:decompress
69 if (!options.decompress) {
83 bytesWritten = writeFile(state, outs, outputFd, options.decompress);
90 bytesWritten = writeFile(state, outs, outputFd, options.decompress);
96 if (!options.decompress) {
421 * Decompress a frame, whose data is streamed into `in`, and stream the output
429 static void decompress(
453 // Decompress the whole buffer and send it to the output queue
458 // Decompress
486 // Decompress
508 // which means that we can decompress each standard frame in independently.
509 // Otherwise, we will decompress using only one decompression task.
516 // Make a output queue that decompress will put the decompressed data into
542 return decompress(state, std::move(in), std::move(out));
579 bool decompress) {
591 if (!decompress) {