hi_h265_protocol_param
Description
Defines the memory allocation parameters related to the H.265 protocol.
Prototype
typedef struct {
hi_s32 max_slice_segment_num;
hi_s32 max_vps_num;
hi_s32 max_sps_num;
hi_s32 max_pps_num;
}hi_h265_protocol_param;
Members
Member |
Description |
|---|---|
max_slice_segment_num |
Maximum number of slice segments supported by a video decoding channel. Value range: [1, 600] Default: 16 |
max_vps_num |
Maximum number of VPSs supported by a decoding channel. Value range: [1, 16] Default value: 2 |
max_sps_num |
Maximum number of SPSs supported by a decoding channel. Value range: [1, 16] Default value: 2 |
max_pps_num |
Maximum number of PPSs supported by a decoding channel. Value range: [1, 64] Default value: 2 |
Parent topic: VDEC/JPEGD