Merge commit '81fd23e2b3ccf71c807e671444e8accaba98ca53' of https://git.pengutronix...
[linux-2.6-microblaze.git] / Documentation / userspace-api / media / drivers / hantro.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 Hantro video decoder driver
4 ===========================
5
6 The Hantro video decoder driver implements the following driver-specific controls:
7
8 ``V4L2_CID_HANTRO_HEVC_SLICE_HEADER_SKIP (integer)``
9     Specifies to Hantro HEVC video decoder driver the number of data (in bits) to
10     skip in the slice segment header.
11     If non-IDR, the bits to be skipped go from syntax element "pic_output_flag"
12     to before syntax element "slice_temporal_mvp_enabled_flag".
13     If IDR, the skipped bits are just "pic_output_flag"
14     (separate_colour_plane_flag is not supported).
15
16 .. note::
17
18         This control is not yet part of the public kernel API and
19         it is expected to change.