hi_vpss_crop_info
Description
Defines the cropping information.
Prototype
typedef struct {
hi_bool enable;
hi_coord crop_mode;
hi_rect crop_rect;
}hi_vpss_crop_info;
Members
Member |
Description |
|---|---|
enable |
Whether to enable cropping. The options are as follows:
|
crop_mode |
The start point coordinate mode of the cropped region.
|
crop_rect |
Crops a rectangle area.
|
Parent topic: VPSS Video Processing