I developed directshow filter driver for ARM basec PXA platform and
want to test it using Win CETK 6.0.
I can connect to target using Microsoft Active Sync. My driver
supports only .MP3 files.
I find DShowPerformance tests in pre-defined list and on executing it
fails with the information below:
Is there any option to explicitly test the driver mydriver.dll using
CETK.
--------------------------------------------------------------------------------------
BEGIN TEST: "Systematic Performance Test", Threads=0, Seed=13683
CPlaybackTest::Execute: Repetition: 0
CPlaybackTest::Execute: running test with url \Hard Disk
\dshowmedia\HighMotion\highmotion_64K_160x120_main.wmv
CPlaybackTest::PlaybackPerfTest: Start IP Stats 2638 dgRecvd 0
HdrErr 0 AddrErr 0 Discarded 0 ReasmReqd 0 ReasmOk 0 ReasmFail
CPlaybackTest::PlaybackPerfTest: Start Memory (KB): 76972
total 38532 used 38440 free %51 loaded
CreateFilterGraph: \Hard Disk\dshowmedia\HighMotion
\highmotion_64K_160x120_main.wmv
CreateFilterGraph: ERROR 57@C:\yzqa\private\test\Multimedia
\DirectX\dshow\dshow_glitchfree\.\utility.cpp - RenderFile failed:
(0xc00d001a)
CPlaybackTest::PlaybackPerfTest: ERROR 355@C:\yzqa\private\test
\Multimedia\DirectX\dshow\dshow_glitchfree\.\playbackperftest.cpp -
CreateFilterGraph failed (0xc00d001a)
------ continues
--------------------------------------------------------------------------------------
Regards.