blob: 7b3599bee4237ab0c7a4f5e7658b75ca829f7f97 [file] [log] [blame]
# Copyright 2017 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_MediaRecorderHWEncodeUsed.h264"
PURPOSE = "Verify that H.264 video encode acceleration is used in MediaRecorder"
CRITERIA = """
This test will fail if VEA is not used when MediaRecorder records a video.
"""
TIME = "SHORT"
ATTRIBUTES = "suite:bvt-perbuild, suite:partners"
TEST_CATEGORY = "General"
TEST_CLASS = "video"
TEST_TYPE = "client"
JOB_RETRIES = 2
BUG_TEMPLATE = {
'labels': ['OS-Chrome', 'VideoTestFailure'],
'cc': ['chromeos-video-test-failures@google.com'],
}
DOC = """
This test verifies H.264 video encode acceleration is used
when MediaRecorder records a video.
"""
job.run_test('video_MediaRecorderHWEncodeUsed', codec='h264', tag='h264',
capability='hw_enc_h264_1080_30')