Home | History | Annotate | Download | only in video_VideoEncodeAccelerator
      1 # Copyright (c) 2014 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_VideoEncodeAccelerator.vp8.bvt"
      7 PURPOSE = "Verify Chromium hardware Video Encode Acceleration works."
      8 CRITERIA = """
      9 This test will fail if any of the tests in video_encode_accelerator_unittest
     10 fails. Running video_encode_accelerator_unittest is skipped on machines that are
     11 known not to support video encode.
     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 DEPENDENCIES = 'hw_video_acc_enc_vp8'
     20 BUG_TEMPLATE = {
     21     'labels': ['OS-Chrome', 'VideoTestFailure'],
     22     'cc': ['chromeos-video-test-failures (a] google.com'],
     23 }
     24 
     25 DOC = """
     26 This is a wrapper test for Chrome video_encode_accelerator_unittest.
     27 """
     28 
     29 # Format of each stream: (filename, width, height, request_bit_rate)
     30 streams = [('media/test/data/bear_320x192_40frames.yuv', 320, 192, 200000)]
     31 
     32 job.run_test('video_VideoEncodeAccelerator', in_cloud=False, streams=streams,
     33         profile=11)
     34