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 5AUTHOR = "chromeos-gfx" 6NAME = "graphics_VideoRenderingPower.vp8" 7PURPOSE = "Measure power consumption of VP8 video rendering" 8 9ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:bvt-perbuild" 10TIME = "MEDIUM" 11TEST_CATEGORY = "Performance" 12TEST_CLASS = "graphics" 13TEST_TYPE = "client" 14 15DOC = """ 16This test calculates and outputs the power consumption while a VP8 video is 17being rendered on the screen, with different high level options: e.g. hardware 18overlays on/off. 19""" 20 21VIDEO_URL = 'http://crosvideo.appspot.com/?codec=vp8&resolution=720&loop=true&mute=true' 22VIDEO_SHORT_NAME = 'vp8_720p' 23job.run_test('graphics_VideoRenderingPower', 24 video_url=VIDEO_URL, 25 video_short_name=VIDEO_SHORT_NAME) 26