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"
17DEPENDENCIES = "hw_video_acc_vp9"
18JOB_RETRIES = 2
19BUG_TEMPLATE = {
20    'labels': ['OS-Chrome', 'VideoTestFailure'],
21}
22
23DOC = """
24This test verifies VP9 video decode acceleration works.
25"""
26
27job.run_test('video_ChromeHWDecodeUsed', codec='vp9', is_mse=0,
28             video_file='720_vp9.webm')
29