Searched refs:UNCOMPRESSED (Results 1 – 7 of 7) sorted by relevance
68 private static final byte UNCOMPRESSED = 0; field in MessageFramer221 header.put(UNCOMPRESSED); in writeKnownLengthUncompressed()237 header.put(compressed ? COMPRESSED : UNCOMPRESSED); in writeBufferChain()
96 if (compression_type == CompressionType::UNCOMPRESSED) { in CreateTestFiles()159 CompressionType compression_type = CompressionType::UNCOMPRESSED; in FixedLengthRecordDatasetParams3()
131 CompressionType compression_type = CompressionType::UNCOMPRESSED; in TextLineDatasetParams3()
129 CompressionType compression_type = CompressionType::UNCOMPRESSED; in TFRecordDatasetParams3()
99 case CompressionType::UNCOMPRESSED: in ToString()113 case CompressionType::UNCOMPRESSED: in GetZlibCompressionOptions()129 if (params.compression_type == CompressionType::UNCOMPRESSED) { in WriteDataToFile()
88 enum class CompressionType { ZLIB = 0, GZIP = 1, RAW = 2, UNCOMPRESSED = 3 }; enumerator103 CompressionType compression_type = CompressionType::UNCOMPRESSED;
122 UNCOMPRESSED = Algorithm(VIDEO, 0) variable