Sergei Trofimov
b3de85455a
Add support for Python 3
...
Add support for running under Python 3, while maintaining compatibility
with Python 2.
See http://python-future.org/compatible_idioms.html for more details
behind these changes.
2018-06-07 14:48:40 +01:00
Marc Bonnici
811dfbe5af
workloads/exoplayer: Fix splitting of format in incorrect location
...
Split the desired format outside of for loop as this may not be
executed.
2018-03-14 15:51:03 +00:00
Sergei Trofimov
0d225dc128
workloads/exoplayer: add view
...
Add view for the workload, so that SurfaceFlinger frame data can be
collected for it.
2018-02-09 12:30:51 +00:00
Sergei Trofimov
ff5e5821d0
workloads/exoplayer: handle no orig rotation
...
Do not attempt to reset rotation in teardown if target did not specify
it before workload execution.
2018-02-08 15:01:03 +00:00
Marc Bonnici
fbf1bbb1cf
workloads/exoplayer: Update supported versions
...
Adds '2.5' and '2.6' to the supported versions of the workload.
2018-02-08 14:58:39 +00:00
Marc Bonnici
5f1145a41f
workloads/exoplayer: Prepend file format to downloaded filepath
...
Always prepend the format for the file into the downloaded filepath to
ensure matching is correctly performed. Previously the ogg file did not
specify this causing it to be re-downloaded for each run.
2018-02-08 14:58:39 +00:00
Patrick Bellasi
b0262e5103
Exoplayer: Add support for Landscape mode
...
To improve reproducibility of tests, it could help to ensure that the
same screen orientation is used on media playback.
This adds a new workload parameter which allows to ensure a LANDSCAPE
mode, which can be useful to better represent video playback scenarios.
When not enforced by the agenda, we enforce a PORTRAIT orientation.
Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
2018-01-15 13:52:11 +00:00
Brendan Jackman
aa2abd16a3
Run autoflake to remove unused imports & variables
2017-12-07 15:37:49 +00:00
Brendan Jackman
200aa84d0b
exoplayer: Add an ogg format option
2017-10-31 09:11:04 +00:00
Brendan Jackman
d749fe0f8e
exoplayer: call validate from init_resources
2017-10-31 09:11:04 +00:00
Brendan Jackman
df2ae3c451
exoplayer: Add metric for dropped frames
2017-10-31 09:11:04 +00:00
Brendan Jackman
b17a0d30c0
exoplayer: Add exoplayer workload
...
This is based heavily on a combination of WA2's video workload and LISA's
exoplayer workload.
2017-10-31 09:11:04 +00:00