Function: dvpp_get_border_config_value
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
x |
|
√ |
|
√ |
Function Usage
Obtains the border configuration parameter: value of the color component.
Prototype
- C Prototype
1double acldvppGetBorderConfigValue(const acldvppBorderConfig *borderConfig, uint32_t index);
- Python Function
1value = acl.media.dvpp_get_border_config_value(border_config, index)
Parameter Description
Parameter |
Description |
|---|---|
border_config |
Int, pointer address of the border making configuration data. |
index |
Int. The value 0 indicates the R or Y component, the value 1 indicates the G or U component, the value 2 indicates the B or V component, and the value 3 is reserved. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |
Parent topic: common