hi_venc_frame_type
Description
Defines the VENC frame type.
Prototype
VENC_FRAME_TYPE_NONE = 1, VENC_FRAME_TYPE_IDR = 2, VENC_FRAME_TYPE_PSKIP = 3, VENC_FRAME_TYPE_BUTT = 4
Members
Member |
Description |
|---|---|
HI_VENC_FRAME_TYPE_NONE |
The encoding type of the current frame is not specified. The actual frame type is determined by the driver. |
HI_VENC_FRAME_TYPE_IDR |
The current frame is specified to be encoded as an IDR frame. |
HI_VENC_FRAME_TYPE_P_SKIP |
The current frame is specified to be encoded as a P-Skip frame. |
Parent topic: Video/Image Encoding