Home
last modified time | relevance | path

Searched refs:TJBUFSIZEYUV (Results 1 – 5 of 5) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile19 TJBUFSIZEYUV;
Dturbojpeg-mapfile.jni19 TJBUFSIZEYUV;
Dturbojpeg.h1711 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int jpegSubsamp);
Dtjunittest.c597 size = TJBUFSIZEYUV(37838, 37838, TJSAMP_444); in overflowTest()
598 CHECKSIZE(TJBUFSIZEYUV()); in overflowTest()
Dturbojpeg.c593 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int subsamp) in TJBUFSIZEYUV() function