hi_venc_h264_vui

Description

Defines the VUI attributes of an H.264 encoding channel.

Prototype

typedef struct {
    hi_venc_vui_aspect_ratio           vui_aspect_ratio;
    hi_venc_vui_h264_time_info         vui_time_info;
    hi_venc_vui_video_signal           vui_video_signal;
    hi_venc_vui_bitstream_restric      vui_bitstream_restric;
 } hi_venc_h264_vui;

Members

Member

Description

vui_aspect_ratio

Reserved. For details, see the H.264 protocol.

vui_time_info

Clock tick count parameter in the VUI field.

vui_video_signal

Video signal parameter in the VUI field.

vui_bitstream_restric

Reserved. For details, see the H.264 protocol.