xref: /aosp_15_r20/external/autotest/client/site_tests/graphics_VideoRenderingPower/control.vp8 (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1# Copyright 2018 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5PY_VERSION = 3
6AUTHOR = "chromeos-gfx"
7NAME = "graphics_VideoRenderingPower.vp8"
8PURPOSE = "Measure power consumption of VP8 video rendering"
9
10ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:bvt-perbuild"
11TIME = "MEDIUM"
12TEST_CATEGORY = "Performance"
13TEST_CLASS = "graphics"
14TEST_TYPE = "client"
15
16DOC = """
17This test calculates and outputs the power consumption while a VP8 video is
18being rendered on the screen, with different high level options: e.g. hardware
19overlays on/off.
20"""
21
22VIDEO_URL = 'http://crosvideo.appspot.com/?codec=vp8&resolution=720&loop=true&mute=true'
23VIDEO_SHORT_NAME = 'vp8_720p'
24job.run_test('graphics_VideoRenderingPower',
25             video_url=VIDEO_URL,
26             video_short_name=VIDEO_SHORT_NAME)
27