1# Copyright 2016 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.vp9.hfr"
7PURPOSE = """
8Test the cpu usage and dropped frame count of VP9 High Frame Rate (60fps) video
9playback
10"""
11CRITERIA = """
12The test outputs the cpu usage and dropped frame count of VP9 High Frame Rate
13(60fps) video playback.
14"""
15ATTRIBUTES = "suite:crosbolt_perf_perbuild"
16TIME = "MEDIUM"
17TEST_CATEGORY = "Performance"
18TEST_CLASS = "video"
19TEST_TYPE = "client"
20
21DOC = """
22This test measures the CPU usage and dropped frame count of VP9 High Frame Rate
23(60fps) video playback for software decode on all devices and hardware decode on
24those devices with hardware acceleration support.
25"""
26
27VIDEO_NAME = 'video_tests/perf/fallout4_1080_hfr.vp9.webm'
28VIDEO_DESCRIPTION = 'vp9_1080p_hfr'
29job.run_test('video_PlaybackPerf', video_name=VIDEO_NAME,
30             video_description=VIDEO_DESCRIPTION)
31