Home | History | Annotate | Download | only in video_VideoDecodeAccelerator
      1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 AUTHOR = "Chrome OS Team, chromeos-video (a] google.com"
      6 NAME = "video_VideoDecodeAccelerator.h264"
      7 PURPOSE = "Verify Chromium hardware Video Decode Acceleration works."
      8 CRITERIA = """
      9 This test will fail if any of the tests in video_decode_accelerator_unittest
     10 fails. Running video_decode_accelerator_unittest is skipped on machines that are
     11 known not to support video decode.
     12 """
     13 ATTRIBUTES = "suite:bvt-perbuild"
     14 SUITE = "bvt-perbuild"
     15 TIME = "SHORT"
     16 TEST_CATEGORY = "Functional"
     17 TEST_CLASS = "video"
     18 TEST_TYPE = "client"
     19 JOB_RETRIES = 2
     20 DEPENDENCIES = "hw_video_acc_h264"
     21 # Reboot in the lab after the test ends.
     22 DEPENDENCIES = "cleanup-reboot, hw_video_acc_h264"
     23 RETRIES = 1
     24 BUG_TEMPLATE = {
     25     'labels': ['OS-Chrome', 'VideoTestFailure'],
     26     'cc': ['chromeos-video-test-failures (a] google.com'],
     27 }
     28 
     29 DOC = """
     30 This is a wrapper test for Chrome video_decode_accelerator_unittest.
     31 """
     32 
     33 # The FPS expectations here are lower than observed in most runs to keep
     34 # the bots green.
     35 videos = ['test-25fps.h264:320:240:250:258:35:150:1']
     36 
     37 job.run_test('video_VideoDecodeAccelerator', videos=videos)
     38