blob: 6f7b4f750a4b6fb5505f3310c416c37d5898c028 [file] [log] [blame]
# Copyright (c) 2013 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 = 'The Chromium OS Authors'
NAME = 'audiovideo_Formats'
PURPOSE = 'Verify formats availability for hardware offload.'
CRITERIA = """
This test will fail if reported supported formats are different from expected.
For example, daisy should support hardware VP8 and H264 decode.
"""
SUITE = 'video'
TIME='FAST'
TEST_CATEGORY = 'Functional'
TEST_CLASS = 'audiovideo'
TEST_TYPE = 'client'
DEPENDENCIES = 'board:daisy'
DOC = """
V4L2 formats enumeration is done in C. It is built as a extension module
(v4l2.so) during setup.
"""
job.run_test('audiovideo_Formats')