Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile63 tjLoadImage;
Dturbojpeg-mapfile.jni99 tjLoadImage;
Dtjunittest.c813 if ((buf = tjLoadImage(filename, &loadWidth, align, &loadHeight, &pf, in doBmpTest()
827 if ((buf = tjLoadImage(filename, &loadWidth, align, &loadHeight, &pf, in doBmpTest()
838 if ((buf = tjLoadImage(filename, &loadWidth, align, &loadHeight, &pf, in doBmpTest()
852 if ((buf = tjLoadImage(filename, &loadWidth, align, &loadHeight, in doBmpTest()
Dturbojpeg.h1602 DLLEXPORT unsigned char *tjLoadImage(const char *filename, int *width,
DChangeLog.md40 `tjLoadImage()` function to load a 16-bit binary PPM file (a binary PPM file
45 generated when using the `tjLoadImage()` function to load a 16-bit binary PPM
249 overrun in cjpeg, TJBench, or the `tjLoadImage()` function if one of the values
256 such as `tjBufSize()` and `tjLoadImage()` that do not require a TurboJPEG
354 using the `tjLoadImage()` function.
437 3. Fixed an issue whereby the `tjLoadImage()` and `tjSaveImage()` functions
445 `tjLoadImage()` function when attempting to load the BMP file into a
550 7. Added two functions to the TurboJPEG C API (`tjLoadImage()` and
Dtjbench.c1000 if ((srcBuf = tjLoadImage(argv[1], &w, 1, &h, &pf, flags)) == NULL) in main()
Dturbojpeg.c2053 DLLEXPORT unsigned char *tjLoadImage(const char *filename, int *width, in tjLoadImage() function