Lines Matching refs:autoalloc
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()
985 int testFourByte422(int yuv, int noyuvpad, int autoalloc) in testFourByte422() argument
987 initTJUnitTest(yuv, noyuvpad, autoalloc); in testFourByte422()
995 int testThreeByte420(int yuv, int noyuvpad, int autoalloc) in testThreeByte420() argument
997 initTJUnitTest(yuv, noyuvpad, autoalloc); in testThreeByte420()
1004 int testFourByte420(int yuv, int noyuvpad, int autoalloc) in testFourByte420() argument
1006 initTJUnitTest(yuv, noyuvpad, autoalloc); in testFourByte420()
1014 int testThreeByte440(int yuv, int noyuvpad, int autoalloc) in testThreeByte440() argument
1016 initTJUnitTest(yuv, noyuvpad, autoalloc); in testThreeByte440()
1023 int testFourByte440(int yuv, int noyuvpad, int autoalloc) in testFourByte440() argument
1025 initTJUnitTest(yuv, noyuvpad, autoalloc); in testFourByte440()
1033 int testThreeByte411(int yuv, int noyuvpad, int autoalloc) in testThreeByte411() argument
1035 initTJUnitTest(yuv, noyuvpad, autoalloc); in testThreeByte411()
1042 int testFourByte411(int yuv, int noyuvpad, int autoalloc) in testFourByte411() argument
1044 initTJUnitTest(yuv, noyuvpad, autoalloc); in testFourByte411()
1052 int testOnlyGray(int yuv, int noyuvpad, int autoalloc) in testOnlyGray() argument
1054 initTJUnitTest(yuv, noyuvpad, autoalloc); in testOnlyGray()
1061 int testThreeByteGray(int yuv, int noyuvpad, int autoalloc) in testThreeByteGray() argument
1063 initTJUnitTest(yuv, noyuvpad, autoalloc); in testThreeByteGray()
1070 int testFourByteGray(int yuv, int noyuvpad, int autoalloc) in testFourByteGray() argument
1072 initTJUnitTest(yuv, noyuvpad, autoalloc); in testFourByteGray()
1079 int testBufSize(int yuv, int noyuvpad, int autoalloc) in testBufSize() argument
1081 initTJUnitTest(yuv, noyuvpad, autoalloc); in testBufSize()
1088 int testYUVOnlyRGB444(int noyuvpad, int autoalloc) in testYUVOnlyRGB444() argument
1090 initTJUnitTest(1, noyuvpad, autoalloc); in testYUVOnlyRGB444()
1097 int testYUVOnlyRGB422(int noyuvpad, int autoalloc) in testYUVOnlyRGB422() argument
1099 initTJUnitTest(1, noyuvpad, autoalloc); in testYUVOnlyRGB422()
1106 int testYUVOnlyRGB420(int noyuvpad, int autoalloc) in testYUVOnlyRGB420() argument
1108 initTJUnitTest(1, noyuvpad, autoalloc); in testYUVOnlyRGB420()
1115 int testYUVOnlyRGB440(int noyuvpad, int autoalloc) in testYUVOnlyRGB440() argument
1117 initTJUnitTest(1, noyuvpad, autoalloc); in testYUVOnlyRGB440()
1124 int testYUVOnlyRGB411(int noyuvpad, int autoalloc) in testYUVOnlyRGB411() argument
1126 initTJUnitTest(1, noyuvpad, autoalloc); in testYUVOnlyRGB411()
1133 int testYUVOnlyRGBGray(int noyuvpad, int autoalloc) in testYUVOnlyRGBGray() argument
1135 initTJUnitTest(1, noyuvpad, autoalloc); in testYUVOnlyRGBGray()
1142 int testYUVOnlyGrayGray(int noyuvpad, int autoalloc) in testYUVOnlyGrayGray() argument
1144 initTJUnitTest(1, noyuvpad, autoalloc); in testYUVOnlyGrayGray()