HomeSort by relevance Sort by last modified time
    Searched full:disable_rgb (Results 1 - 1 of 1) sorted by null

  /system/extras/tests/bionic/libc/other/
test_jpeg.c 136 int decompress(FILE* input_file, int dct_method, int disable_rgb)
185 if (disable_rgb)
244 int disable_rgb = 0; local
270 disable_rgb = 1;
330 decompress(f, dct_method, disable_rgb);

Completed in 31 milliseconds