blob: 94a01af07ad0713a59c379c053499d01fef2b7af [file] [log] [blame]
# Copyright (c) 2014 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_ChromeVidResChangeHWDecode.h264"
PURPOSE = "Verify that VDA works for H264 resolution-changing video."
CRITERIA = """
This test will fail if VDA doesn't work for mp4 resolution-changing video.
"""
SUITE = "bvt-perbuild"
TIME = "SHORT"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
DEPENDENCIES = "hw_video_acc_h264"
JOB_RETRIES = 2
BUG_TEMPLATE = {
'labels': ['OS-Chrome', 'Cr-OS-Kernel-Video'],
}
DOC = """
This test verifies H264 resolution-changing video decode acceleration works.
"""
video = ('http://commondatastorage.googleapis.com/'
'chromiumos-test-assets-public/MSE/switch_1080p_720p.mp4')
job.run_test('video_ChromeVidResChangeHWDecode', video_file=video, video_len=31)