hi_vdec_protocol_param

Description

Defines the memory allocation parameters related to protocols.

Prototype

typedef struct {
    hi_payload_type type;    
    union
    {
        hi_h264_protocol_param h264_param;    
        hi_h265_protocol_param h265_param;    
    };
}hi_vdec_protocol_param;

Members

Member

Description

type

Decode protocol.

h264_param

H.264 protocol parameters.

h265_param

H.265 protocol parameters.