Jetson Linux API Reference

36.2 Release
v4l2_ctrl_h264_sps Struct Reference

Detailed Description

struct v4l2_ctrl_h264_sps - H264 sequence parameter set

All the members on this sequence parameter set structure match the sequence parameter set syntax as specified by the H264 specification.

@profile_idc: see H264 specification. @constraint_set_flags: see H264 specification. @level_idc: see H264 specification. @seq_parameter_set_id: see H264 specification. @chroma_format_idc: see H264 specification. @bit_depth_luma_minus8: see H264 specification. @bit_depth_chroma_minus8: see H264 specification. @log2_max_frame_num_minus4: see H264 specification. @pic_order_cnt_type: see H264 specification. @log2_max_pic_order_cnt_lsb_minus4: see H264 specification. @max_num_ref_frames: see H264 specification. @num_ref_frames_in_pic_order_cnt_cycle: see H264 specification. @offset_for_ref_frame: see H264 specification. @offset_for_non_ref_pic: see H264 specification. @offset_for_top_to_bottom_field: see H264 specification. @pic_width_in_mbs_minus1: see H264 specification. @pic_height_in_map_units_minus1: see H264 specification. @flags: see V4L2_H264_SPS_FLAG_{}.

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

Data Fields

__u8 profile_idc
 
__u8 constraint_set_flags
 
__u8 level_idc
 
__u8 seq_parameter_set_id
 
__u8 chroma_format_idc
 
__u8 bit_depth_luma_minus8
 
__u8 bit_depth_chroma_minus8
 
__u8 log2_max_frame_num_minus4
 
__u8 pic_order_cnt_type
 
__u8 log2_max_pic_order_cnt_lsb_minus4
 
__u8 max_num_ref_frames
 
__u8 num_ref_frames_in_pic_order_cnt_cycle
 
__s32 offset_for_ref_frame [255]
 
__s32 offset_for_non_ref_pic
 
__s32 offset_for_top_to_bottom_field
 
__u16 pic_width_in_mbs_minus1
 
__u16 pic_height_in_map_units_minus1
 
__u32 flags
 

Field Documentation

◆ bit_depth_chroma_minus8

__u8 v4l2_ctrl_h264_sps::bit_depth_chroma_minus8

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

◆ bit_depth_luma_minus8

__u8 v4l2_ctrl_h264_sps::bit_depth_luma_minus8

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

◆ chroma_format_idc

__u8 v4l2_ctrl_h264_sps::chroma_format_idc

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

◆ constraint_set_flags

__u8 v4l2_ctrl_h264_sps::constraint_set_flags

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

◆ flags

__u32 v4l2_ctrl_h264_sps::flags

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

◆ level_idc

__u8 v4l2_ctrl_h264_sps::level_idc

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

◆ log2_max_frame_num_minus4

__u8 v4l2_ctrl_h264_sps::log2_max_frame_num_minus4

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

◆ log2_max_pic_order_cnt_lsb_minus4

__u8 v4l2_ctrl_h264_sps::log2_max_pic_order_cnt_lsb_minus4

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

◆ max_num_ref_frames

__u8 v4l2_ctrl_h264_sps::max_num_ref_frames

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

◆ num_ref_frames_in_pic_order_cnt_cycle

__u8 v4l2_ctrl_h264_sps::num_ref_frames_in_pic_order_cnt_cycle

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

◆ offset_for_non_ref_pic

__s32 v4l2_ctrl_h264_sps::offset_for_non_ref_pic

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

◆ offset_for_ref_frame

__s32 v4l2_ctrl_h264_sps::offset_for_ref_frame[255]

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

◆ offset_for_top_to_bottom_field

__s32 v4l2_ctrl_h264_sps::offset_for_top_to_bottom_field

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

◆ pic_height_in_map_units_minus1

__u16 v4l2_ctrl_h264_sps::pic_height_in_map_units_minus1

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

◆ pic_order_cnt_type

__u8 v4l2_ctrl_h264_sps::pic_order_cnt_type

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

◆ pic_width_in_mbs_minus1

__u16 v4l2_ctrl_h264_sps::pic_width_in_mbs_minus1

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

◆ profile_idc

__u8 v4l2_ctrl_h264_sps::profile_idc

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

◆ seq_parameter_set_id

__u8 v4l2_ctrl_h264_sps::seq_parameter_set_id

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


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