hi_h265_protocol_param

Description

Defines the memory allocation parameters related to H.265 protocols.

Prototype

hi_h265_protocol_param = {"max_slice_segment_num": max_slice_segment_num, # RW; max slice segment num support
                          "max_vps_num": max_vps_num, # RW; max vps num support
                          "max_sps_num": max_sps_num, # RW; max sps num support
                          "max_pps_num": max_pps_num } # RW; max pps num support

Members

Member

Description

max_slice_segment_num

Int, maximum number of slice segments supported by the decoding channel.

Value range: [1, 600]

Default value: 16

max_vps_num

Int, maximum number of VPSs supported by the decoding channel.

Value range: [1, 16]

Default value: 2

max_sps_num

Int, maximum number of SPSs supported by the decoding channel.

Value range: [1, 16]

Default value: 2

max_pps_num

Int, maximum number of PPSs supported by the decoding channel.

Value range: [1, 64]

Default value: 2