1 /* SPDX-License-Identifier: GPL-2.0 */
3 * These are the FWHT state controls for use with stateless FWHT
6 * It turns out that these structs are not stable yet and will undergo
7 * more changes. So keep them private until they are stable and ready to
8 * become part of the official public API.
11 #ifndef _FWHT_CTRLS_H_
12 #define _FWHT_CTRLS_H_
14 #define V4L2_CTRL_TYPE_FWHT_PARAMS 0x0105
16 #define V4L2_CID_MPEG_VIDEO_FWHT_PARAMS (V4L2_CID_MPEG_BASE + 292)
18 struct v4l2_ctrl_fwht_params
{
19 __u64 backward_ref_ts
;