1# Copyright 2015 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_ChromeHWDecodeUsed.vp9" 7PURPOSE = "Verify that VP9 video decode acceleration works in Chrome" 8CRITERIA = """ 9This test will fail if VDA doesn't work with Chrome navigating to a VP9 webm 10file. 11""" 12TIME = "SHORT" 13ATTRIBUTES = "suite:bvt-cq, suite:partners" 14TEST_CATEGORY = "General" 15TEST_CLASS = "video" 16TEST_TYPE = "client" 17JOB_RETRIES = 2 18BUG_TEMPLATE = { 19 'labels': ['OS-Chrome', 'VideoTestFailure'], 20} 21 22DOC = """ 23This test verifies VP9 video decode acceleration works. 24""" 25 26job.run_test('video_ChromeHWDecodeUsed', codec='vp9', is_mse=0, 27 video_file='720_vp9.webm', tag='vp9', 28 capability='hw_dec_vp9_1080_30') 29