Searched refs:tjLoadImage (Results 1 – 7 of 7) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 63 tjLoadImage;
|
D | turbojpeg-mapfile.jni | 99 tjLoadImage;
|
D | tjunittest.c | 813 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()
|
D | turbojpeg.h | 1602 DLLEXPORT unsigned char *tjLoadImage(const char *filename, int *width,
|
D | ChangeLog.md | 40 `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
|
D | tjbench.c | 1000 if ((srcBuf = tjLoadImage(argv[1], &w, 1, &h, &pf, flags)) == NULL) in main()
|
D | turbojpeg.c | 2053 DLLEXPORT unsigned char *tjLoadImage(const char *filename, int *width, in tjLoadImage() function
|