Lines Matching refs:noyuvpad
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);
33 extern "C" int testFourByte411(int yuv, int noyuvpad, int autoalloc);
34 extern "C" int testOnlyGray(int yuv, int noyuvpad, int autoalloc);
35 extern "C" int testThreeByteGray(int yuv, int noyuvpad, int autoalloc);
36 extern "C" int testFourByteGray(int yuv, int noyuvpad, int autoalloc);
37 extern "C" int testBufSize(int yuv, int noyuvpad, int autoalloc);
38 extern "C" int testYUVOnlyRGB444(int noyuvpad, int autoalloc);
39 extern "C" int testYUVOnlyRGB422(int noyuvpad, int autoalloc);
40 extern "C" int testYUVOnlyRGB420(int noyuvpad, int autoalloc);
41 extern "C" int testYUVOnlyRGB440(int noyuvpad, int autoalloc);
42 extern "C" int testYUVOnlyRGB411(int noyuvpad, int autoalloc);
43 extern "C" int testYUVOnlyRGBGray(int noyuvpad, int autoalloc);
44 extern "C" int testYUVOnlyGrayGray(int noyuvpad, int autoalloc);