Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile28 tjAlloc;
Dturbojpeg-mapfile.jni28 tjAlloc;
Dtjexample.c276 if ((jpegBuf = (unsigned char *)tjAlloc(jpegSize)) == NULL) in main()
331 if ((imgBuf = (unsigned char *)tjAlloc(width * height * in main()
Dtjunittest.c519 if ((dstBuf = (unsigned char *)tjAlloc(size)) == NULL) in doTest()
612 if ((dstBuf = (unsigned char *)tjAlloc(dstSize)) == NULL) in bufSizeTest()
639 if ((dstBuf = (unsigned char *)tjAlloc(dstSize)) == NULL) in bufSizeTest()
774 if ((buf = (unsigned char *)tjAlloc(pitch * height)) == NULL) in doBmpTest()
Dturbojpeg.h1545 DLLEXPORT unsigned char *tjAlloc(int bytes);
Dtjbench.c360 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in fullTest()
599 tjAlloc(tjBufSize(tilew, tileh, subsamp))) == NULL) in decompTest()
Dturbojpeg.c437 DLLEXPORT unsigned char *tjAlloc(int bytes) in tjAlloc() function