hi_vdec_protocol_param

Description

Defines the memory allocation parameters related to protocols.

Prototype

hi_vdec_protocol_param = {"type": type,             # RW; video type to be decoded, only h264 and h265 supported
                          "h264_param": hi_h264_protocol_param, # protocol param structure for h264

hi_vdec_protocol_param = {"type": type,             # RW; video type to be decoded, only h264 and h265 supported
                          "h265_param": hi_h265_protocol_param } # protocol param structure for h265

Members

Member

Description

type

Int, protocol supported by the decoding channel.

h264_param

Dictionary, H.264 protocol parameters.

h265_param

Dictionary, H.265 protocol parameters.