Home
last modified time | relevance | path

Searched refs:tjAlloc (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile28 tjAlloc;
Dturbojpeg-mapfile.jni28 tjAlloc;
Dtjunittest.c536 if ((dstBuf = (unsigned char *)tjAlloc(size)) == NULL) in doTest()
632 if ((dstBuf = (unsigned char *)tjAlloc(dstSize)) == NULL) in bufSizeTest()
659 if ((dstBuf = (unsigned char *)tjAlloc(dstSize)) == NULL) in bufSizeTest()
795 if ((buf = (unsigned char *)tjAlloc(pitch * height)) == NULL) in doBmpTest()
Dturbojpeg.h1556 DLLEXPORT unsigned char *tjAlloc(int bytes);
Dtjbench.c366 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in fullTest()
611 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in decompTest()
Dturbojpeg.c469 DLLEXPORT unsigned char *tjAlloc(int bytes) in tjAlloc() function