Function: dvpp_get_border_config_value
C Prototype |
double acldvppGetBorderConfigValue(const acldvppBorderConfig *borderConfig, uint32_t index); |
|---|---|
Python Function |
value = acl.media.dvpp_get_border_config_value(border_config, index) |
Function Usage |
Obtains the border configuration parameter: value of the color component. The Atlas 200/300/500 Inference Product does not support this API in the current version. The Atlas Training Series Product does not support this API in the current version. |
Input 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 |
value: color value of a component. |
Restrictions |
None |