OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tjBufSize
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/common/
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.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
...]
Completed in 163 milliseconds