blob: e1edc13ede054363018ad8b7e19b4e2d72b2be41 [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.h264"
PURPOSE = "Verify that H.264 video decode acceleration works in Chrome"
CRITERIA = """
This test will fail if VDA doesn't work with Chrome navigating to an mp4 file.
"""
TIME = "SHORT"
ATTRIBUTES = "suite:bvt-perbuild, suite:partners"
SUITE = "bvt-perbuild, partners"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
DEPENDENCIES = "hw_video_acc_h264"
JOB_RETRIES = 2
BUG_TEMPLATE = {
'labels': ['OS-Chrome', 'VideoTestFailure'],
'cc': ['chromeos-video-test-failures@google.com'],
}
DOC = """
This test verifies H.264 video decode acceleration works.
"""
video = str('http://commondatastorage.googleapis.com/'
'chromiumos-test-assets-public/Shaka-Dash/720.mp4')
job.run_test('video_ChromeHWDecodeUsed', is_mse=0, video_file=video)