Function: dvpp_get_border_config_border_type
C Prototype |
acldvppBorderType acldvppGetBorderConfigBorderType(const acldvppBorderConfig *borderConfig); |
|---|---|
Python Function |
border_type = acl.media.dvpp_get_border_config_border_type(border_config) |
Function Usage |
Obtains the border configuration parameter: type enumeration. 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. |
Return Value |
border_type: int, type enumeration. For details, see acldvppBorderType. |
Restrictions |
None |
Parent topic: common