OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tjAlloc
(Results
1 - 6
of
6
) sorted by null
/external/libjpeg-turbo/doc/html/search/
functions_74.js
3
['
tjalloc
',['
tjAlloc
',['../group___turbo_j_p_e_g.html#ga5c9234bda6d993cdaffdd89bf81a00ff',1,'turbojpeg.h']]],
all_74.js
7
['
tjalloc
',['
tjAlloc
',['../group___turbo_j_p_e_g.html#ga5c9234bda6d993cdaffdd89bf81a00ff',1,'turbojpeg.h']]],
/external/libjpeg-turbo/
turbojpeg.h
642
* -# 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
[
all
...]
tjunittest.c
557
if((dstBuf=(unsigned char *)
tjAlloc
(size))==NULL)
620
if((dstBuf=(unsigned char *)
tjAlloc
(dstSize))==NULL)
652
if((dstBuf=(unsigned char *)
tjAlloc
(dstSize))==NULL)
tjbench.c
315
if((jpegbuf[i]=(unsigned char *)
tjAlloc
(tjBufSize(tilew, tileh,
547
if((jpegbuf[i]=(unsigned char *)
tjAlloc
(tjBufSize(tilew, tileh,
turbojpeg.c
549
DLLEXPORT unsigned char *DLLCALL
tjAlloc
(int bytes)
[
all
...]
Completed in 55 milliseconds