OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tjBufSizeYUV
(Results
1 - 3
of
3
) sorted by null
/external/libjpeg-turbo/
turbojpeg.h
[
all
...]
turbojpeg.c
653
DLLEXPORT unsigned long DLLCALL
tjBufSizeYUV
(int width, int height,
659
DLLEXPORT unsigned long DLLCALL
TJBUFSIZEYUV
(int width, int height,
662
return
tjBufSizeYUV
(width, height, subsamp);
815
size=
tjBufSizeYUV
(width, height, jpegSubsamp);
[
all
...]
turbojpeg-jni.c
484
<(jsize)
tjBufSizeYUV
(width, height, subsamp))
822
<(jsize)
tjBufSizeYUV
(jpegWidth, jpegHeight, jpegSubsamp))
[
all
...]
Completed in 33 milliseconds