Function: dvpp_get_border_config_border_type
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
x |
|
√ |
|
√ |
Description
Obtains the border configuration parameter: type enumeration.
Prototype
- C Prototype
1acldvppBorderType acldvppGetBorderConfigBorderType(const acldvppBorderConfig *borderConfig);
- Python Function
1border_type = acl.media.dvpp_get_border_config_border_type(border_config)
Parameters
Parameter |
Description |
|---|---|
border_config |
Int, pointer address of the border making configuration data. |
Return Value
Return Value |
Description |
|---|---|
border_type |
Int, type enumeration. For details, see acldvppBorderType. |
Parent topic: common