Function: dvpp_create_roi_config
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Creates data of the acldvppRoiConfig type as an ROI configuration.
To destroy data of the acldvppRoiConfig type, call acl.media.dvpp.destroy_roi_config.
Prototype
- C Prototype
1acldvppRoiConfig *acldvppCreateRoiConfig(uint32_t left, uint32_t right, uint32_t top, uint32_t bottom)
- Python Function
1dvpp_roi_config = acl.media.dvpp_create_roi_config(left, right, top, bottom)
Parameters
Parameter |
Description |
|---|---|
left |
Int, left offset.
|
right |
Int, right offset.
|
top |
Int, top offset.
|
bottom |
Int, bottom offset.
|
Return Value
Return Value |
Description |
|---|---|
dvpp_roi_config |
Int, pointer address of the data of the acldvppRoiConfig type.
|
Parent topic: VPC