hi_venc_frame_type
Description
Defines the VENC frame type.
Definition
typedef enum {
VENC_FRAME_TYPE_NONE = 1,
VENC_FRAME_TYPE_IDR,
VENC_FRAME_TYPE_PSKIP,
VENC_FRAME_TYPE_BUTT
} hi_venc_frame_type;
Members
Member |
Description |
|---|---|
VENC_FRAME_TYPE_NONE |
The encoding type of the current frame is not specified. The actual frame type is determined by the driver. |
VENC_FRAME_TYPE_IDR |
The current frame is specified to be encoded as an IDR frame. |
VENC_FRAME_TYPE_P_SKIP |
The current frame is specified to be encoded as a P-Skip frame. |
Parent topic: VENC/JPEGE