Home
last modified time | relevance | path

Searched refs:iNextTestCase (Results 1 – 4 of 4) sorted by relevance

/external/opencore/engines/author/test/src/
Dtest_pv_mediainput_author_engine.cpp372 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 …]
Dpvaetest.cpp97 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 …]
Dtest_pv_mediainput_author_engine.h289 iNextTestCase(aTestParam.iFirstTest), in PVMediaInputAuthorEngineTest()
306 int32 iNextTestCase; variable
Dpvaetest.h52 int32 iNextTestCase; variable