Home
last modified time | relevance | path

Searched refs:COMPRESS_OUT (Results 1 – 3 of 3) sorted by relevance

/external/tinycompress/
Dcompress_hw.c113 if (flags & COMPRESS_OUT) in compress_hw_open()
Dcompress.c210 if (!((flags & COMPRESS_OUT) || (flags & COMPRESS_IN))) { in compress_open()
394 if (!(compress->flags & COMPRESS_OUT)) in compress_read()
/external/tinycompress/include/tinycompress/
Dtinycompress.h79 #define COMPRESS_OUT 0x20000000 macro