Searched refs:decompress (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/bionic/libc/other/
H A Dtest_jpeg.c136 int decompress(FILE* input_file, int dct_method, int disable_rgb) function
138 int decompress(char* data, long fsize)
330 decompress(f, dct_method, disable_rgb);
351 decompress( data, fsize );

Completed in 540 milliseconds