Searched refs:autoalloc (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libjpeg-turbo/gtest/ |
H A D | tjunittest-gtest-wrapper.cpp | 23 extern "C" int testBmp(int yuv, int noyuvpad, int autoalloc); 24 extern "C" int testThreeByte444(int yuv, int noyuvpad, int autoalloc); 25 extern "C" int testFourByte444(int yuv, int noyuvpad, int autoalloc); 26 extern "C" int testThreeByte422(int yuv, int noyuvpad, int autoalloc); 27 extern "C" int testFourByte422(int yuv, int noyuvpad, int autoalloc); 28 extern "C" int testThreeByte420(int yuv, int noyuvpad, int autoalloc); 29 extern "C" int testFourByte420(int yuv, int noyuvpad, int autoalloc); 30 extern "C" int testThreeByte440(int yuv, int noyuvpad, int autoalloc); 31 extern "C" int testFourByte440(int yuv, int noyuvpad, int autoalloc); 32 extern "C" int testThreeByte411(int yuv, int noyuvpad, int autoalloc); [all …]
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | tjunittest.c | 939 static void initTJUnitTest(int yuv, int noyuvpad, int autoalloc) in initTJUnitTest() argument 943 alloc = autoalloc ? 1 : 0; in initTJUnitTest() 949 int testBmp(int yuv, int noyuvpad, int autoalloc) in testBmp() argument 951 initTJUnitTest(yuv, noyuvpad, autoalloc); in testBmp() 957 int testThreeByte444(int yuv, int noyuvpad, int autoalloc) in testThreeByte444() argument 959 initTJUnitTest(yuv, noyuvpad, autoalloc); in testThreeByte444() 966 int testFourByte444(int yuv, int noyuvpad, int autoalloc) in testFourByte444() argument 968 initTJUnitTest(yuv, noyuvpad, autoalloc); in testFourByte444() 976 int testThreeByte422(int yuv, int noyuvpad, int autoalloc) in testThreeByte422() argument 978 initTJUnitTest(yuv, noyuvpad, autoalloc); in testThreeByte422() [all …]
|