blob: 723f6e4642756533ed14982d665dbd3a3a04b7d5 [file] [log] [blame]
# Copyright (c) 2013 The Chromium 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 Team, chromeos-video@google.com"
NAME = "audiovideo_VDAPerf"
PURPOSE = "Monitor the performance of the Chromium hardware VDA."
CRITERIA = """
The test fails if the video_decode_accelerator_unittest fails or crashes.
"""
SUITE = "video"
TIME = "SHORT"
TEST_CATEGORY = "Performance"
TEST_CLASS = "audiovideo"
TEST_TYPE = "client"
DEPENDENCIES = "hw_video_acc_h264, 4k_video"
DOC = """
This test utilizes the video_decode_accelerator_unittest to measure the
performance of the Chromium hardware Video Decode Accelerator.
"""
# A list of test cases. Each entry consists of the following parts:
# [download_path, width, height, frame_num, fragment_num, profile, fps]
test_cases = [
['crowd/crowd2160-e63c73bc1d3d149cf35a994241441439.h264', 3840, 2160, 500, 506, 1, 50],
]
job.run_test('audiovideo_VDAPerf', test_cases=test_cases)