Home
last modified time | relevance | path

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

/external/opencore/engines/player/test/src/
Dtest_pv_player_engine.cpp2311 PVPlayerAsyncTestParam testparam; in test() local
2312 testparam.iObserver = this; in test()
2313 testparam.iTestCase = this; in test()
2314 testparam.iTestMsgOutputFile = file; in test()
2315 testparam.iFileName = iFileName; in test()
2316 testparam.iFileType = iFileType; in test()
2317 testparam.iCompressedVideo = iCompressedVideoOutput; in test()
2318 testparam.iCompressedAudio = iCompressedAudioOutput; in test()
2319 testparam.iFileInput = iFileInput; in test()
2320 testparam.iBCS = iBCS; in test()
[all …]
/external/opencore/engines/adapters/player/framemetadatautility/test/src/
Dtest_pv_frame_metadata_utility.cpp1034 PVFrameMetadataAsyncTestParam testparam; in test() local
1035 testparam.iObserver = this; in test()
1036 testparam.iTestCase = this; in test()
1037 testparam.iTestMsgOutputFile = file; in test()
1038 testparam.iFileName = iFileName; in test()
1039 testparam.iFileType = iFileType; in test()
1040 testparam.iOutputFrameType = PVMF_MIME_YUV420; in test()
1045 iCurrentTest = new pvframemetadata_async_test_newdelete(testparam); in test()
1049 iCurrentTest = new pvframemetadata_async_test_getmetadata(testparam, 1); in test()
1053 iCurrentTest = new pvframemetadata_async_test_getmetadata(testparam, 2); in test()
[all …]
/external/opencore/engines/author/test/src/
Dtest_pv_mediainput_author_engine.cpp471 PVAuthorAsyncTestParam testparam; in test() local
472 testparam.iObserver = this; in test()
473 testparam.iTestCase = this; in test()
474 testparam.iTestCaseNum = iNextTestCase; in test()
475 testparam.iStdOut = iFile; in test()
502 … iCurrentTest = new pv_mediainput_async_test_opencomposestop(testparam, iMediaInputParam, false); in test()
510 …iCurrentTest = new pv_mediainput_async_test_opencomposestop(testparam, iMediaInputParam, false, tr… in test()
518 … iCurrentTest = new pv_mediainput_async_test_opencomposestop(testparam, iMediaInputParam, true); in test()
526 …iCurrentTest = new pv_mediainput_async_test_errorhandling(testparam, iMediaInputParam, false, iNex… in test()
537 …iCurrentTest = new pv_mediainput_async_test_errorhandling(testparam, iMediaInputParam, false, iNex… in test()
[all …]
Dpvaetest.cpp290 PVAuthorAsyncTestParam testparam; in RunTestCases() local
291 testparam.iObserver = this; in RunTestCases()
292 testparam.iTestCase = this; in RunTestCases()
293 testparam.iTestCaseNum = iNextTestCase; in RunTestCases()
294 testparam.iStdOut = iStdOut; in RunTestCases()
299 …iCurrentTest = new pvauthor_async_test_miscellaneous(testparam, (const char*)iInputFileNameAudio.g… in RunTestCases()
305 …iCurrentTest = new pvauthor_async_test_miscellaneous(testparam, (const char*)iInputFileNameAudio.g… in RunTestCases()
311 …iCurrentTest = new pvauthor_async_test_miscellaneous(testparam, (const char*)iInputFileNameAudio.g… in RunTestCases()
317 …iCurrentTest = new pvauthor_async_test_miscellaneous(testparam, (const char*)iInputFileNameAudio.g… in RunTestCases()
323 …iCurrentTest = new pvauthor_async_test_miscellaneous(testparam, (const char*)iInputFileNameAudio.g… in RunTestCases()
[all …]