blob: 30c33cf6a327be1c3f3b90b05a7b9aa532f32b0d [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"
DEPENDENCIES = "hw_video_acc_enc_h264"
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')