hi_video_dec_mode

Description

Defines the video decoding mode.

Prototype

HI_VIDEO_DEC_MODE_IPB  = 0
HI_VIDEO_DEC_MODE_IP   = 1
HI_VIDEO_DEC_MODE_I    = 2
HI_VIDEO_DEC_MODE_BUTT = 3

Members

Member

Description

HI_VIDEO_DEC_MODE_IPB

IPB mode. I-, P-, and B-frames are to be decoded.

HI_VIDEO_DEC_MODE_IP

IP mode, that is, only I- and P-frames are decoded. Not supported currently.

HI_VIDEO_DEC_MODE_I

I mode, that is, only I-frames are decoded. Not supported currently.

HI_VIDEO_DEC_MODE_BUTT

Reserved.