• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2014 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 = "Chrome OS Project, chromeos-video@google.com"
6NAME = "video_PlaybackPerf.power_vp9"
7PURPOSE = "Test the power consumption of VP9 video playback"
8CRITERIA = """
9The test outputs the power consumption of VP9 video playback.
10"""
11TIME = "MEDIUM"
12TEST_CATEGORY = "Performance"
13TEST_CLASS = "video"
14TEST_TYPE = "client"
15
16DOC = """
17This test measures the power consumption of VP9 video playback for hardware
18decode and software decode.
19"""
20
21VIDEO_NAME = 'traffic-1920x1080-83a1e5f8b7944577425f039034e64c76.vp9.webm'
22VIDEO_DESCRIPTION = 'vp9_1080p'
23job.run_test('video_PlaybackPerf', video_name=VIDEO_NAME,
24             video_description=VIDEO_DESCRIPTION, power_test=True)
25
26