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.c557 if((dstBuf=(unsigned char *)tjAlloc(size))==NULL) in doTest()
620 if((dstBuf=(unsigned char *)tjAlloc(dstSize))==NULL) in bufSizeTest()
652 if((dstBuf=(unsigned char *)tjAlloc(dstSize))==NULL) in bufSizeTest()
Dturbojpeg.h1449 DLLEXPORT unsigned char* DLLCALL tjAlloc(int bytes);
Dtjbench.c315 if((jpegbuf[i]=(unsigned char *)tjAlloc(tjBufSize(tilew, tileh, in fullTest()
547 if((jpegbuf[i]=(unsigned char *)tjAlloc(tjBufSize(tilew, tileh, in decompTest()
Dturbojpeg.c549 DLLEXPORT unsigned char *DLLCALL tjAlloc(int bytes) in tjAlloc() function