Home
last modified time | relevance | path

Searched refs:tjInitDecompress (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile7 tjInitDecompress;
Dturbojpeg-mapfile.jni7 tjInitDecompress;
Dturbojpeg.h1128 DLLEXPORT tjhandle tjInitDecompress(void);
Dtjunittest.c456 tjhandle handle2 = tjInitDecompress(); in _decompTest()
540 (dhandle = tjInitDecompress()) == NULL) in doTest()
Dtjbench.c164 if ((handle = tjInitDecompress()) == NULL) in decomp()
Dturbojpeg.c1179 DLLEXPORT tjhandle tjInitDecompress(void) in tjInitDecompress() function
2168 if ((handle = tjInitDecompress()) == NULL) in tjSaveImage()
Dturbojpeg-jni.c601 if ((handle = tjInitDecompress()) == NULL) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_init()
/external/oss-fuzz/projects/libjpeg-turbo/
Dlibjpeg_turbo_fuzzer.cc28 tjhandle jpegDecompressor = tjInitDecompress(); in LLVMFuzzerTestOneInput()