OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tjBufSize
(Results
1 - 11
of
11
) sorted by null
/external/libvncserver/test/
tjunittest.c
255
*dstSize=
tjBufSize
(w, h, subsamp);
343
size=
tjBufSize
(w, h, subsamp);
397
if((jpegBuf=(unsigned char *)malloc(
tjBufSize
(w, h, subsamp)))
400
jpegSize=
tjBufSize
(w, h, subsamp);
415
if((jpegBuf=(unsigned char *)malloc(
tjBufSize
(h, w, subsamp)))
418
jpegSize=
tjBufSize
(h, w, subsamp);
tjbench.c
243
if((jpegbuf[i]=(unsigned char *)malloc(
tjBufSize
(tilew, tileh,
409
if((jpegbuf[i]=(unsigned char *)malloc(
tjBufSize
(tilew, tileh,
/external/libjpeg-turbo/doc/html/search/
functions_74.js
4
['
tjbufsize
',['
tjBufSize
',['../group___turbo_j_p_e_g.html#gaccc5bca7f12fcdcc302e6e1c6d4b311b',1,'turbojpeg.h']]],
all_74.js
9
['
tjbufsize
',['
tjBufSize
',['../group___turbo_j_p_e_g.html#gaccc5bca7f12fcdcc302e6e1c6d4b311b',1,'turbojpeg.h']]],
/external/libvncserver/common/
turbojpeg.h
330
* calling #
tjBufSize
(). This should ensure that the buffer never has
377
DLLEXPORT unsigned long DLLCALL
tjBufSize
(int width, int height,
507
DLLEXPORT unsigned long DLLCALL
TJBUFSIZE
(int width, int height);
turbojpeg.c
498
DLLEXPORT unsigned long DLLCALL
tjBufSize
(int width, int height,
503
_throw("
tjBufSize
(): Invalid argument");
520
DLLEXPORT unsigned long DLLCALL
TJBUFSIZE
(int width, int height)
524
_throw("
TJBUFSIZE
(): Invalid argument");
586
this->jdst.free_in_buffer=
tjBufSize
(width, height, jpegSubsamp);
602
*jpegSize=
tjBufSize
(width, height, jpegSubsamp)
/external/libjpeg-turbo/
turbojpeg.h
647
* #
tjBufSize
(). This should ensure that the buffer never has to be
715
* #
tjBufSize
(). This should ensure that the buffer never has to be
785
* #
tjBufSize
(). This should ensure that the buffer never has to be
[
all
...]
tjunittest.c
555
size=
tjBufSize
(w, h, subsamp);
619
else dstSize=
tjBufSize
(w, h, subsamp);
651
else dstSize=
tjBufSize
(h, w, subsamp);
turbojpeg-jni.c
103
jint retval=(jint)
tjBufSize
(width, height, jpegSubsamp);
205
jpegSize=
tjBufSize
(width, height, jpegSubsamp);
308
jpegSize=
tjBufSize
(width, height, subsamp);
[
all
...]
turbojpeg.c
596
DLLEXPORT unsigned long DLLCALL
tjBufSize
(int width, int height,
601
_throw("
tjBufSize
(): Invalid argument");
615
DLLEXPORT unsigned long DLLCALL
TJBUFSIZE
(int width, int height)
619
_throw("
TJBUFSIZE
(): Invalid argument");
777
alloc=0; *jpegSize=
tjBufSize
(width, height, jpegSubsamp);
1086
alloc=0; *jpegSize=
tjBufSize
(width, height, subsamp);
[
all
...]
tjbench.c
315
if((jpegbuf[i]=(unsigned char *)tjAlloc(
tjBufSize
(tilew, tileh,
547
if((jpegbuf[i]=(unsigned char *)tjAlloc(
tjBufSize
(tilew, tileh,
Completed in 49 milliseconds