Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
qVDPAUtest 1.0.0
pts/qvdpautest-1.0.0
- 29 April 2012 -
Initial commit of a NVIDIA VDPAU video performance benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m1 (Suldal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://hftom.free.fr/qvdpautest-0.5.1.tar.gz, http://www.phoronix-test-suite.com/benchmark-files/qvdpautest-0.5.1.tar.gz</URL> <MD5>4835a39d4a363cf4e2d971f2f6912a29</MD5> <FileName>qvdpautest-0.5.1.tar.gz</FileName> <FileSize>8871566</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xvzf qvdpautest-0.5.1.tar.gz cd qvdpautest-0.5.1/ echo "--- mainwidget.cpp.orig 2012-04-29 09:01:20.009007783 -0400 +++ mainwidget.cpp 2012-04-29 09:01:32.773008163 -0400 @@ -177,7 +177,7 @@ QString res = vw->benchMT(); printf( "%s", res.toAscii().data() ); te->append( vw->getSummary() ); - setCurrentIndex( 0 ); + QApplication::exit(0); } } " | patch -p0 qmake make echo $? > ~/install-exit-status cd ~/ echo "#!/bin/sh cd qvdpautest-0.5.1/ ./qvdpautest > \$LOG_FILE 2>&1 echo \$? > ~/test-exit-status" > qvdpautest chmod +x qvdpautest
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m1 (Suldal)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>MPEG DECODING (1920x1080): #_MPEG DECODING (1920x1080)_# frames/s MPEG DECODING (1280x720): #_MPEG_DECODING_1280x720_# frames/s H264 DECODING (1920x1080): #_H264_DECODING_1920x1080_# frames/s H264 DECODING (1280x720): #_H264_DECODING_1280x720_# frames/s VC1 DECODING (1440x1080): #_VC1_DECODING_1440x1080_# frames/s MPEG4 DECODING (1920x1080): #_MPEG4_DECODING_1920x1080_# frames/s </OutputTemplate> <ResultKey>PTS_TEST_ARGUMENTS</ResultKey> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.0.0m1 (Suldal)--> <PhoronixTestSuite> <TestInformation> <Title>qVDPAUtest</Title> <AppVersion>0.5.1</AppVersion> <Description>The qvdpautest is a small program serving as a benchmark of NVIDIA's VDPAU, the Video Decode and Presentation API for Unix. Various operations are supported for testing.</Description> <ResultScale>Frames/sec</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities, qt4-development, xorg-development</ExternalDependencies> <EnvironmentSize>10.0</EnvironmentSize> <ProjectURL>http://www.nvnews.net/vbulletin/showthread.php?t=133465</ProjectURL> <InternalTags>VDPAU, video</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <AllowCacheShare>TRUE</AllowCacheShare> </Default> <Option> <DisplayName>Video Test</DisplayName> <Identifier>video-test</Identifier> <Menu> <Entry> <Name>1280x720 MPEG Decoding</Name> <Value>MPEG_DECODING_1280x720</Value> </Entry> <Entry> <Name>1920x1080 MPEG Decoding</Name> <Value>MPEG_DECODING_1920x1080</Value> </Entry> <Entry> <Name>1280x720 H.264 Decoding</Name> <Value>H264_DECODING_1280x720</Value> </Entry> <Entry> <Name>1920x1080 H.264 Decoding</Name> <Value>H264_DECODING_1920x1080</Value> </Entry> <Entry> <Name>1440x1080 VC-1 Decoding</Name> <Value>VC1_DECODING_1440x1080</Value> </Entry> <Entry> <Name>1920x1080 MPEG4 Decoding</Name> <Value>MPEG4_DECODING_1920x1080</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>