acldvppCreateRoiConfig
Description
Creates data of the acldvppRoiConfig type as an ROI configuration.
To destroy data of the acldvppRoiConfig type, call acldvppDestroyRoiConfig.
Prototype
acldvppRoiConfig *acldvppCreateRoiConfig(
uint32_t left,
uint32_t right,
uint32_t top,
uint32_t bottom)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
left |
Input |
Left offset.
|
right |
Input |
Right offset.
|
top |
Input |
Top offset.
|
bottom |
Input |
Bottom offset.
|
Returns
- Success: a pointer to data of the acldvppRoiConfig type
- Failure: nullptr
Parent topic: acldvppRoiConfig