hi_video_frame_info
Description
Defines the video frame information.
Prototype
typedef struct {
hi_video_frame v_frame;
hi_u32 pool_id;
hi_mod_id mod_id;
} hi_video_frame_info;
Members
Member |
Description |
|---|---|
v_frame |
Video frame attributes. |
pool_id |
VB pool ID. Reserved. |
mod_id |
Submodule ID in the DVPP. Reserved. |
Parent topic: Common