Searched defs:UNCOMPRESSED (Results 1 – 3 of 3) sorted by relevance
68 private static final byte UNCOMPRESSED = 0; field in MessageFramer
122 UNCOMPRESSED = Algorithm(VIDEO, 0) variable
88 enum class CompressionType { ZLIB = 0, GZIP = 1, RAW = 2, UNCOMPRESSED = 3 }; enumerator