hi_vpss_crop_info
Description
Defines the cropping information.
Definition
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. Options:
|
crop_mode |
The start point coordinate mode of the cropped region.
|
crop_rect |
Crops a rectangle area.
|
Parent topic: Video Processing Subsystem (VPSS)