OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECOMPRESS
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/common/
turbojpeg.c
85
enum {COMPRESS=1,
DECOMPRESS
=2};
443
if(this->init&
DECOMPRESS
) jpeg_destroy_decompress(dinfo);
666
this->init|=
DECOMPRESS
;
691
if((this->init&
DECOMPRESS
)==0)
758
if((this->init&
DECOMPRESS
)==0)
/external/libjpeg-turbo/
turbojpeg.c
90
enum {COMPRESS=1,
DECOMPRESS
=2};
532
if(this->init&
DECOMPRESS
) jpeg_destroy_decompress(dinfo);
[
all
...]
Completed in 141 milliseconds