hi_h264_protocol_param
Description
Defines the memory allocation parameters related to H.264 protocols.
Prototype
hi_h264_protocol_param = {"max_slice_num": max_slice_num, # RW, Range: [1, 300]; max slice num support
"max_sps_num": max_sps_num, # RW, Range: [1, 32]; max sps num support
"max_pps_num": max_pps_num } # RW, Range: [1, 256]; max pps num support
Members
Member |
Description |
|---|---|
max_slice_num |
Int, maximum number of slices supported by the decoding channel. Value range: [1, 300] Default value: 16 |
max_sps_num |
Int, maximum number of SPSs supported by the decoding channel. Value range: [1, 32] Default value: 2 |
max_pps_num |
Int, maximum number of PPSs supported by the decoding channel. Value range: [1, 256] Default value: 2 |
Parent topic: Video/Image Decoding