# 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.mse" PURPOSE = "Verify that VP9 decode acceleration works for MSE videos in Chrome" CRITERIA = """ This test will fail if VDA doesn't work with Chrome navigating to an MSE webm file. """ ATTRIBUTES = "suite:bvt-cq, suite:partners" TIME = "SHORT" TEST_CATEGORY = "General" TEST_CLASS = "video" TEST_TYPE = "client" DEPENDENCIES = "hw_video_acc_vp9" JOB_RETRIES = 2 BUG_TEMPLATE = { 'labels': ['OS-Chrome', 'VideoTestFailure'], 'cc': ['chromeos-video-test-failures@google.com'], } DOC = """ This test verifies VP9 decode acceleration works for MSE videos. """ video = 'http://crosvideo.appspot.com/?codec=vp9&cycle=true&mute=true' job.run_test('video_ChromeHWDecodeUsed', codec='vp9', is_mse=1, video_file=video, tag='vp9')