hi_video_out_order
Description
Defines the video decode output orders.
Prototype
typedef enum {
HI_VIDEO_OUT_ORDER_DISPLAY = 0,
HI_VIDEO_OUT_ORDER_DEC,
HI_VIDEO_OUT_ORDER_BUTT
}hi_video_out_order;
Members
Member |
Description |
|---|---|
HI_VIDEO_OUT_ORDER_DISPLAY |
Display order. |
HI_VIDEO_OUT_ORDER_DEC |
Decoding order. |
HI_VIDEO_OUT_ORDER_BUTT |
Reserved. |
Considerations
If the stream contains B-frames, the display order must be used.
Parent topic: VDEC/JPEGD