Function: dvpp_set_roi_config_right
C Prototype |
aclError acldvppSetRoiConfigRight (acldvppRoiConfig *config, uint32_t right) |
|---|---|
Python Function |
ret = acl.media.dvpp_set_roi_config_right (roi_config, right) |
Function Usage |
Sets the ROI position: right offset. |
Input Description |
roi_config: int, pointer address of the location description of a region. Call acl.media.dvpp_create_roi_config in advance to create data. right: int, right offset.
|
Return Value |
ret: int, error code.
|
Parent topic: VPC