hi_venc_ref_type

Description

(Reserved) Defines the frame types and reference attributes of an H.264 frame skipping reference stream.

Prototype

typedef enum {
    HI_VENC_BASE_IDR_SLICE = 0, 
    HI_VENC_BASE_P_SLICE_REF_TO_IDR, 
    HI_VENC_BASE_P_SLICE_REF_BY_BASE, 
    HI_VENC_BASE_P_SLICE_REF_BY_ENHANCE, 
    HI_VENC_ENHANCE_P_SLICE_REF_BY_ENHANCE, 
    HI_VENC_ENHANCE_P_SLICE_NOT_FOR_REF, 
    HI_VENC_P_SLICE_BUTT
} hi_venc_ref_type;