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 = "Chrome OS Project, chromeos-video@google.com" 6NAME = "video_PlaybackPerf.vp8.1080.60fps" 7PURPOSE = """ 8Test the cpu usage and dropped frame count of VP8 1080p 60fps video playback 9""" 10CRITERIA = """ 11The test outputs the cpu usage and dropped frame count of VP8 60fps video 12playback. 13""" 14ATTRIBUTES = "suite:crosbolt_perf_perbuild" 15TIME = "MEDIUM" 16TEST_CATEGORY = "Performance" 17TEST_CLASS = "video" 18TEST_TYPE = "client" 19BUG_TEMPLATE = { 20 "labels": ["OS-Chrome", "VideoTestFailure"], 21 "cc": ["chromeos-video-test-failures@google.com"], 22} 23 24DOC = """ 25This test measures the CPU usage and dropped frame count of VP8 1080p 60fps 26video playback for software decode on all devices and hardware decode on those 27devices with hardware acceleration support. 28""" 29 30VIDEO_NAME = 'Shaka-Dash/1080_60_10s_600frames_vp8-c190d557caaf415f762af911b41bc32b.webm' 31VIDEO_DESCRIPTION = 'vp8_1080p_60fps' 32job.run_test('video_PlaybackPerf', video_name=VIDEO_NAME, 33 video_description=VIDEO_DESCRIPTION, 34 capability='hw_dec_vp8_1080_60') 35