# Copyright 2015 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_ChromeHWDecodeUsed.vp9" PURPOSE = "Verify that VP9 video decode acceleration works in Chrome" CRITERIA = """ This test will fail if VDA doesn't work with Chrome navigating to a VP9 webm file. """ TIME = "SHORT" ATTRIBUTES = "suite:bvt-cq, suite:partners" TEST_CATEGORY = "General" TEST_CLASS = "video" TEST_TYPE = "client" JOB_RETRIES = 2 BUG_TEMPLATE = { 'labels': ['OS-Chrome', 'VideoTestFailure'], } DOC = """ This test verifies VP9 video decode acceleration works. """ job.run_test('video_ChromeHWDecodeUsed', codec='vp9', is_mse=0, video_file='720_vp9.webm', tag='vp9', capability='hw_dec_vp9_1080_30')