Searched refs:iNextTestCase (Results 1 – 4 of 4) sorted by relevance
372 if (iNextTestCase < UnCompressed_NormalTestBegin) in test()374 iNextTestCase = UnCompressed_NormalTestBegin; in test()377 while ((iNextTestCase <= iLastTest) || (iNextTestCase < Invalid_Test)) in test()436 if (iNextTestCase > iLastTest) in test()438 iNextTestCase = Invalid_Test; in test()442 …if ((iNextTestCase >= UnCompressed_NormalTestEnd && iNextTestCase <= UnCompressed_LongetivityTestB… in test()444 iNextTestCase = UnCompressed_LongetivityTestBegin; in test()445 iNextTestCase++; in test()448 …if ((UnCompressed_NormalTestBegin == iNextTestCase) || (UnCompressed_LongetivityTestBegin == iNext… in test()449 …|| (KUnCompressed_Errorhandling_TestBegin == iNextTestCase) || (UnCompressed_NormalTestEnd == iNe… in test()[all …]
97 iNextTestCase(aFirstTest), in PVAuthorEngineTest()148 while ((iNextTestCase <= iLastTest) || (iNextTestCase < Invalid_Test)) in test()206 if (iNextTestCase > iLastTest) in test()208 iNextTestCase = Invalid_Test; in test()213 if ((iNextTestCase == K3GP_OUTPUT_TestEnd) in test()214 … || (iNextTestCase == AMR_OUTPUT_TestEnd) || (iNextTestCase == AAC_OUTPUT_TestEnd) in test()215 … || (iNextTestCase == CompressedLongetivityTestBegin) || (CompressedNormalTestEnd == iNextTestCase) in test()216 || (iNextTestCase == KCompressed_Errorhandling_TestBegin)) in test()218 fprintf(file, "\nPlace Holder Not actual testcase %d: ", iNextTestCase); in test()219 iNextTestCase++;//go to next test in test()[all …]
289 iNextTestCase(aTestParam.iFirstTest), in PVMediaInputAuthorEngineTest()306 int32 iNextTestCase; variable
52 int32 iNextTestCase; variable