media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control
The number of 'entry point offset' could be very variable.
Rather than use a large static array define a v4l2 dynamic array
of U32 (V4L2_CTRL_TYPE_U32).
The number of entry point offsets is reported by the elems field
and in struct v4l2_ctrl_hevc_slice_params.num_entry_point_offsets
field.
Signed-off-by:
Benjamin Gaignard <benjamin.gaignard@collabora.com>
Showing
- Documentation/userspace-api/media/v4l/ext-ctrls-codec.rst 11 additions, 0 deletionsDocumentation/userspace-api/media/v4l/ext-ctrls-codec.rst
- drivers/media/v4l2-core/v4l2-ctrls-defs.c 5 additions, 0 deletionsdrivers/media/v4l2-core/v4l2-ctrls-defs.c
- include/media/hevc-ctrls.h 4 additions, 1 deletioninclude/media/hevc-ctrls.h
Loading
Please register or sign in to comment