HomeSort by relevance Sort by last modified time
    Searched refs:tjAlloc (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 535 * #tjAlloc() and let TurboJPEG grow the buffer as needed,
    [all...]
tjunittest.c 491 if((dstBuf=(unsigned char *)tjAlloc(size))==NULL)
558 if((dstBuf=(unsigned char *)tjAlloc(dstSize))==NULL)
587 if((dstBuf=(unsigned char *)tjAlloc(dstSize))==NULL)
turbojpeg.c 470 DLLEXPORT unsigned char *DLLCALL tjAlloc(int bytes)
    [all...]

Completed in 149 milliseconds