Function: dvpp_create_roi_config
C Prototype |
acldvppRoiConfig *acldvppCreateRoiConfig(uint32_t left, uint32_t right, uint32_t top, uint32_t bottom) |
|---|---|
Python Function |
dvpp_roi_config = acl.media.dvpp_create_roi_config(left, right, top, bottom) |
Function Usage |
Creates data of the acldvppRoiConfig type as an ROI configuration. To destroy data of the acldvppRoiConfig type, call acl.media.dvpp.destroy_roi_config. |
Input Description |
left: int, left offset.
right: int, right offset.
top: int, top offset.
bottom: int, bottom offset.
|
Return Value |
dvpp_roi_config: int, pointer address of the data of the acldvppRoiConfig type.
|
Parent topic: VPC