You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
893 B
26 lines
893 B
# Copyright 2018 The Chromium OS Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
AUTHOR = "chromeos-gfx"
|
|
NAME = "graphics_VideoRenderingPower.vp9"
|
|
PURPOSE = "Measure power consumption of VP9 video rendering"
|
|
|
|
ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:bvt-perbuild"
|
|
TIME = "MEDIUM"
|
|
TEST_CATEGORY = "Performance"
|
|
TEST_CLASS = "graphics"
|
|
TEST_TYPE = "client"
|
|
|
|
DOC = """
|
|
This test calculates and outputs the power consumption while a VP9 video is
|
|
being rendered on the screen, with different high level options: e.g. hardware
|
|
overlays on/off.
|
|
"""
|
|
|
|
VIDEO_URL = 'http://crosvideo.appspot.com/?codec=vp9&resolution=720&loop=true&mute=true'
|
|
VIDEO_SHORT_NAME = 'vp9_720p'
|
|
job.run_test('graphics_VideoRenderingPower',
|
|
video_url=VIDEO_URL,
|
|
video_short_name=VIDEO_SHORT_NAME)
|