Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile63 tjLoadImage;
Dturbojpeg-mapfile.jni99 tjLoadImage;
Dtjunittest.c750 if ((buf = tjLoadImage(filename, &loadWidth, align, &loadHeight, &pf, in doBmpTest()
764 if ((buf = tjLoadImage(filename, &loadWidth, align, &loadHeight, &pf, in doBmpTest()
775 if ((buf = tjLoadImage(filename, &loadWidth, align, &loadHeight, &pf, in doBmpTest()
789 if ((buf = tjLoadImage(filename, &loadWidth, align, &loadHeight, in doBmpTest()
Dturbojpeg.h1591 DLLEXPORT unsigned char *tjLoadImage(const char *filename, int *width,
Dtjexample.c342 if ((imgBuf = tjLoadImage(argv[1], &width, 1, &height, &pixelFormat, in main()
Dtjbench.c963 if ((srcBuf = tjLoadImage(argv[1], &w, 1, &h, &pf, flags)) == NULL) in main()
DChangeLog.md15 using the `tjLoadImage()` function.
98 3. Fixed an issue whereby the `tjLoadImage()` and `tjSaveImage()` functions
105 floating point exception (division by zero) in the `tjLoadImage()` function
210 7. Added two functions to the TurboJPEG C API (`tjLoadImage()` and
Dturbojpeg.c1976 DLLEXPORT unsigned char *tjLoadImage(const char *filename, int *width, in tjLoadImage() function