blob: 88c293831123ddea82164857b85875efd135a709 [file] [log] [blame]
# Copyright (c) 2013 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.VP8.MSE"
PURPOSE = "Verify that VP8 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.
"""
SUITE = "bvt-perbuild, video"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
DEPENDENCIES = "hw_video_acc_vp8"
JOB_RETRIES = 1
BUG_TEMPLATE = {
'labels': ['OS-Chrome', 'Cr-OS-Kernel-Video'],
}
DOC = """
This test verifies VP8 decode acceleration works for MSE videos.
"""
video = str('http://commondatastorage.googleapis.com/'
'chromiumos-test-assets-public/MSE/foo.html?switch_1080p_720p.webm')
job.run_test('video_ChromeHWDecodeUsed', video_file=video)