Searched refs:tjLoadImage (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 63 tjLoadImage;
|
D | turbojpeg-mapfile.jni | 99 tjLoadImage;
|
D | tjunittest.c | 750 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()
|
D | turbojpeg.h | 1591 DLLEXPORT unsigned char *tjLoadImage(const char *filename, int *width,
|
D | tjexample.c | 342 if ((imgBuf = tjLoadImage(argv[1], &width, 1, &height, &pixelFormat, in main()
|
D | tjbench.c | 963 if ((srcBuf = tjLoadImage(argv[1], &w, 1, &h, &pf, flags)) == NULL) in main()
|
D | ChangeLog.md | 15 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
|
D | turbojpeg.c | 1976 DLLEXPORT unsigned char *tjLoadImage(const char *filename, int *width, in tjLoadImage() function
|