Function: dvpp_get_border_config_border_type
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
x |
|
√ |
|
√ |
Function Usage
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)
Parameter Description
Parameter |
Description |
|---|---|
border_config |
Int, pointer address of the border making configuration data. |
Return Value Description
Return Value |
Description |
|---|---|
border_type |
Int, type enumeration. For details, see acldvppBorderType. |
Parent topic: common