hi_venc_h264_ref_slice_type
Description
Defines the reference types of the H.264 slice streams. Reserved.
Definition
typedef enum {
HI_VENC_H264_REF_SLICE_FOR_1X = 1, // Reference slice for H264E_REF_MODE_1X
HI_VENC_H264_REF_SLICE_FOR_2X = 2, // Reference slice for H264E_REF_MODE_2X
HI_VENC_H264_REF_SLICE_FOR_4X = 5, // Reference slice for H264E_REF_MODE_4X
HI_VENC_H264_REF_SLICE_FOR_BUTT // Slice not for reference
} hi_venc_h264_ref_slice_type;
Parent topic: VENC/JPEGE