blob: aa680c38a1d73bc7882bace827b20e84c62c83aa [file] [log] [blame]
# Copyright 2016 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 = "Chrome OS Project, chromeos-video@google.com"
NAME = "video_PlaybackPerf.vp9.hfr"
PURPOSE = """
Test the cpu usage and dropped frame count of VP9 High Frame Rate (60fps) video
playback
"""
CRITERIA = """
The test outputs the cpu usage and dropped frame count of VP9 High Frame Rate
(60fps) video playback.
"""
ATTRIBUTES = "suite:crosbolt_perf_perbuild"
TIME = "MEDIUM"
TEST_CATEGORY = "Performance"
TEST_CLASS = "video"
TEST_TYPE = "client"
DOC = """
This test measures the CPU usage and dropped frame count of VP9 High Frame Rate
(60fps) video playback for software decode on all devices and hardware decode on
those devices with hardware acceleration support.
"""
VIDEO_NAME = 'video_tests/perf/fallout4_1080_hfr.vp9.webm'
VIDEO_DESCRIPTION = 'vp9_1080p_hfr'
job.run_test('video_PlaybackPerf', video_name=VIDEO_NAME,
video_description=VIDEO_DESCRIPTION,
capability='hw_dec_vp9_1080_60')