Jetson Linux API Reference

36.2 Release
v4l2_ctrl_fwht_params Struct Reference

Detailed Description

struct v4l2_ctrl_fwht_params - FWHT parameters

@backward_ref_ts: timestamp of the V4L2 capture buffer to use as reference. The timestamp refers to the timestamp field in struct v4l2_buffer. Use v4l2_timeval_to_ns() to convert the struct timeval to a __u64.

Version
: must be V4L2_FWHT_VERSION. @width: width of frame. @height: height of frame. @flags: FWHT flags (see V4L2_FWHT_FL_*). @colorspace: the colorspace (enum v4l2_colorspace). @xfer_func: the transfer function (enum v4l2_xfer_func). @ycbcr_enc: the Y'CbCr encoding (enum v4l2_ycbcr_encoding). @quantization: the quantization (enum v4l2_quantization).

Definition at line 1658 of file v4l2-controls.h.

Data Fields

__u64 backward_ref_ts
 
__u32 version
 
__u32 width
 
__u32 height
 
__u32 flags
 
__u32 colorspace
 
__u32 xfer_func
 
__u32 ycbcr_enc
 
__u32 quantization
 

Field Documentation

◆ backward_ref_ts

__u64 v4l2_ctrl_fwht_params::backward_ref_ts

Definition at line 1659 of file v4l2-controls.h.

◆ colorspace

__u32 v4l2_ctrl_fwht_params::colorspace

Definition at line 1664 of file v4l2-controls.h.

◆ flags

__u32 v4l2_ctrl_fwht_params::flags

Definition at line 1663 of file v4l2-controls.h.

◆ height

__u32 v4l2_ctrl_fwht_params::height

Definition at line 1662 of file v4l2-controls.h.

◆ quantization

__u32 v4l2_ctrl_fwht_params::quantization

Definition at line 1667 of file v4l2-controls.h.

◆ version

__u32 v4l2_ctrl_fwht_params::version

Definition at line 1660 of file v4l2-controls.h.

◆ width

__u32 v4l2_ctrl_fwht_params::width

Definition at line 1661 of file v4l2-controls.h.

◆ xfer_func

__u32 v4l2_ctrl_fwht_params::xfer_func

Definition at line 1665 of file v4l2-controls.h.

◆ ycbcr_enc

__u32 v4l2_ctrl_fwht_params::ycbcr_enc

Definition at line 1666 of file v4l2-controls.h.


The documentation for this struct was generated from the following file: