hi_video_dec_mode
Description
Defines the video decode modes.
Prototype
typedef enum {
HI_VIDEO_DEC_MODE_IPB = 0,
HI_VIDEO_DEC_MODE_IP,
HI_VIDEO_DEC_MODE_I,
HI_VIDEO_DEC_MODE_BUTT
}hi_video_dec_mode;
Members
Member |
Description |
|---|---|
HI_VIDEO_DEC_MODE_IPB |
IPB mode, that is, I-, P-, and B-frames are decoded. |
HI_VIDEO_DEC_MODE_IP |
IP mode, that is, only I- and P-frames are decoded. This member is currently not supported. |
HI_VIDEO_DEC_MODE_I |
I mode, that is, only I-frames are decoded. This member is currently not supported. |
HI_VIDEO_DEC_MODE_BUTT |
Reserved. |
Parent topic: VDEC/JPEGD