Function: dvpp_get_border_config_right
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
x |
|
√ |
|
√ |
Function Usage
Obtains the border configuration parameter: length of the border in pixels at the right of the image.
Prototype
- C Prototype
1uint32_t acldvppGetBorderConfigRight(const acldvppBorderConfig *borderConfig)
- Python Function
1right = acl.media.dvpp_get_border_config_right(border_config)
Parameter Description
Parameter |
Description |
|---|---|
border_config |
Int, pointer address of the border making configuration data. |
Return Value Description
Return Value |
Description |
|---|---|
right |
Int, length of the border in pixels at the right of the image. |
Parent topic: common