Searched refs:tjAlloc (Results 1 - 4 of 4) sorted by relevance

/external/libjpeg-turbo/
H A Dturbojpeg.h642 * -# pre-allocate the JPEG buffer with an arbitrary size using #tjAlloc() and
710 * -# pre-allocate the JPEG buffer with an arbitrary size using #tjAlloc() and
780 * -# pre-allocate the JPEG buffer with an arbitrary size using #tjAlloc() and
1390 * -# pre-allocate the JPEG buffer with an arbitrary size using #tjAlloc() and
1449 DLLEXPORT unsigned char* DLLCALL tjAlloc(int bytes);
1456 * allocated using #tjAlloc().
1460 * @sa tjAlloc()
H A Dtjunittest.c557 if((dstBuf=(unsigned char *)tjAlloc(size))==NULL)
620 if((dstBuf=(unsigned char *)tjAlloc(dstSize))==NULL)
652 if((dstBuf=(unsigned char *)tjAlloc(dstSize))==NULL)
H A Dtjbench.c320 if((jpegbuf[i]=(unsigned char *)tjAlloc(tjBufSize(tilew, tileh,
555 if((jpegbuf[i]=(unsigned char *)tjAlloc(tjBufSize(tilew, tileh,
H A Dturbojpeg.c573 DLLEXPORT unsigned char *DLLCALL tjAlloc(int bytes) function

Completed in 80 milliseconds